Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dsk-operate-sys-cscec
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fulixin
dsk-operate-sys-cscec
Commits
130390bc
Commit
130390bc
authored
Nov 22, 2023
by
tianhongyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
甲方详情获取接口 重置数组
parent
9b3a0a34
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
6 deletions
+4
-6
infoheader.vue
...rc/views/detail/party-a/overview/component/infoheader.vue
+4
-6
No files found.
dsk-operate-ui/src/views/detail/party-a/overview/component/infoheader.vue
View file @
130390bc
...
...
@@ -163,7 +163,6 @@
</template>
<
script
>
import
ClipboardJS
from
'clipboard'
;
import
{
changePath
,
encodeStr
}
from
'@/assets/js/common'
;
var
Swiper
=
require
(
'@/assets/lib/swiper/swiper-bundle.min.js'
);
import
"@/assets/lib/swiper/swiper-bundle.css"
;
...
...
@@ -205,11 +204,6 @@ export default {
},
mounted
()
{
this
.
handleWidth
();
//企业背景是否收起
if
(
this
.
childStatistic
.
combineMember
)
{
this
.
graphList
.
unshift
({
id
:
0
,
name
:
'所属集团-'
+
this
.
childStatistic
.
combineMember
.
companyName
,
isShow
:
true
,
intro
:
[],
ico
:
require
(
'@/assets/images/detail/overview/company_ssjt.png'
)
});
}
this
.
companySwiper
();
//swiper滚动板块
api
.
label
({
companyId
:
this
.
companyId
}).
then
(
res
=>
{
if
(
res
.
code
==
200
)
{
...
...
@@ -320,6 +314,9 @@ export default {
}
this
.
companySwiper
();
//swiper滚动板块
},
resetGrapList
()
{
this
.
graphList
=
this
.
$options
.
data
.
call
(
this
).
graphList
;
},
//获取认领状态
getClaimStatus
()
{
this
.
ifClaim
=
this
.
companyInfo
.
claimStatus
;
...
...
@@ -406,6 +403,7 @@ export default {
statistic
:
{
handler
(
newVal
,
oldVal
)
{
this
.
childStatistic
=
newVal
;
this
.
resetGrapList
();
this
.
handleStatistic
();
},
deep
:
true
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment