Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dsk-cr20g
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
Administrator
dsk-cr20g
Commits
f6c0a3b8
Commit
f6c0a3b8
authored
Jul 31, 2024
by
Star970321
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
5feff681
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
16 deletions
+16
-16
members.vue
...te-ui/src/views/detail/groupAccount/component/members.vue
+10
-10
index.vue
dsk-operate-ui/src/views/detail/groupAccount/index.vue
+6
-6
No files found.
dsk-operate-ui/src/views/detail/groupAccount/component/members.vue
View file @
f6c0a3b8
...
...
@@ -233,16 +233,16 @@
}
}
},
//
customerId: {
//
handler(newVal, olVal) {
//
if (newVal && olVal) {
//
this.queryParams.combineId=newVal;
//
this.handleQuery()
//
this.getMemberCount()
//
}
//
},
//
deep: true, // 深度监听
//
},
customerId
:
{
handler
(
newVal
,
olVal
)
{
if
(
newVal
&&
olVal
)
{
this
.
queryParams
.
combineId
=
newVal
;
this
.
handleQuery
()
this
.
getMemberCount
()
}
},
deep
:
true
,
// 深度监听
},
},
created
()
{
this
.
formData
[
0
].
options
=
this
.
cycj
;
...
...
dsk-operate-ui/src/views/detail/groupAccount/index.vue
View file @
f6c0a3b8
...
...
@@ -11,7 +11,7 @@
<side-bar
ref=
"sidebar"
:statisticObj=
"statisticObj"
@
currentPath=
"showPartPage"
:pathName=
"currentPath.pathName"
:customerId=
"customerId"
/>
</div>
<div
class=
"group-right"
>
<div
class=
"data-list"
>
<div
class=
"data-list"
v-if=
"currentPath.pathName=='members'"
>
<div
class=
"list"
>
<div
class=
"item"
v-for=
"(item,index) in detailsList"
:class=
"
{'color': color === index}" @click="clickItem(item,index)">
<img
class=
"logo"
:src=
"item.logoUrl || require('@/assets/images/detail/company_logo.png')"
/>
...
...
@@ -92,10 +92,10 @@
mounted
(){},
methods
:
{
clickItem
(
item
,
index
){
//
this.color=index;
//
this.combineId=item.combineId
//
this.id=item.combineId
//
this.name=item.combineName
this
.
color
=
index
;
this
.
combineId
=
item
.
combineId
this
.
id
=
item
.
combineId
this
.
name
=
item
.
combineName
},
showPartPage
(
e
){
this
.
currentPath
=
e
;
...
...
@@ -154,7 +154,7 @@
display
:
inline-block
;
border
:
1px
solid
#EFEFEF
;
padding
:
12px
;
/*cursor: pointer;*/
cursor
:
pointer
;
.logo
{
width
:
64px
;
height
:
64px
;
...
...
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