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
f76973c2
Commit
f76973c2
authored
Jul 24, 2024
by
Star970321
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
6d0b97e1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
7 deletions
+11
-7
members.vue
...te-ui/src/views/detail/groupAccount/component/members.vue
+10
-6
index.vue
dsk-operate-ui/src/views/detail/groupAccount/index.vue
+1
-1
No files found.
dsk-operate-ui/src/views/detail/groupAccount/component/members.vue
View file @
f76973c2
...
...
@@ -235,8 +235,8 @@
},
customerId
:
{
handler
(
newVal
,
olVal
)
{
if
(
newVal
)
{
this
.
customerId
=
newVal
;
if
(
newVal
&&
olVal
)
{
this
.
queryParams
.
customerId
=
newVal
;
this
.
handleQuery
()
this
.
getMemberCount
()
}
...
...
@@ -245,9 +245,6 @@
},
},
created
()
{
// this.handleQuery()
this
.
getMemberCount
()
this
.
dataRegion
()
this
.
formData
[
0
].
options
=
this
.
cycj
;
this
.
formData
[
3
].
moneyList
=
this
.
moneyList
;
//企业类型
...
...
@@ -255,6 +252,13 @@
let
data
=
result
.
code
==
200
?
result
.
data
:[];
this
.
qyType
=
data
;
})
this
.
handleQuery
()
this
.
getMemberCount
()
this
.
dataRegion
()
},
mounted
(){
},
methods
:
{
//主营业务
...
...
@@ -305,7 +309,7 @@
this
.
tableLoading
=
true
;
let
data
=
this
.
getAreaList
(
params
||
this
.
queryParams
)
// if(!data.combineId){
data
.
combineId
=
this
.
customerId
;
//
data.combineId=this.customerId;
// }
this
.
dataEXCEL
=
JSON
.
parse
(
JSON
.
stringify
(
data
));
memberList
(
data
).
then
(
res
=>
{
...
...
dsk-operate-ui/src/views/detail/groupAccount/index.vue
View file @
f76973c2
...
...
@@ -24,7 +24,7 @@
</div>
</div>
</div>
<div
id=
"groupBox"
v-if=
"
customerI
d"
>
<div
id=
"groupBox"
v-if=
"
i
d"
>
<Members
v-if=
"currentPath.pathName=='members'"
@
handle-scroll=
"scrollToTop"
:customerId=
"id"
:isSkeleton=
"isSkeleton"
:combineName=
"name"
/>
<Qualifications
v-if=
"currentPath.pathName=='qualifications'"
@
handle-scroll=
"scrollToTop"
:customer-id=
"id"
:isSkeleton=
"isSkeleton"
:combineName=
"name"
/>
<Landtransaction
v-if=
"currentPath.pathName=='landtransaction'"
@
handle-scroll=
"scrollToTop"
:customer-id=
"id"
:isSkeleton=
"isSkeleton"
:combineName=
"name"
/>
...
...
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