Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-3
Overview
Overview
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
office
haoban-3
Commits
cb64dd55
Commit
cb64dd55
authored
Jul 15, 2022
by
caoyanzhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 选择成员
parent
988c5394
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
select-clerk.vue
...ds/actCodeManage/components/select-clerk/select-clerk.vue
+6
-6
No files found.
src/views/salesleads/actCodeManage/components/select-clerk/select-clerk.vue
View file @
cb64dd55
...
...
@@ -109,11 +109,6 @@ export default {
visible
(
flag
)
{
if
(
flag
)
{
this
.
show
=
true
;
this
.
params
.
storeGroup
=
[];
this
.
params
.
storeGroupId
=
''
;
this
.
params
.
storeSearchParams
=
''
;
this
.
params
.
clerkSearchParams
=
''
;
this
.
params
.
pageNum
=
1
;
this
.
selected
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
data
));
this
.
getStoreClerkList
();
}
...
...
@@ -333,11 +328,16 @@ export default {
this
.
selectAll
.
indeterminate
=
false
;
this
.
selectAll
.
disabled
=
false
;
this
.
selected
=
[];
this
.
params
.
storeGroup
=
[];
this
.
params
.
storeGroupId
=
''
;
this
.
params
.
storeSearchParams
=
''
;
this
.
params
.
clerkSearchParams
=
''
;
this
.
params
.
pageNum
=
1
;
this
.
$emit
(
'update:visible'
,
false
);
},
onSave
()
{
this
.
$emit
(
'save'
,
JSON
.
parse
(
JSON
.
stringify
(
this
.
selected
)));
this
.
onCancel
()
;
this
.
show
=
false
;
}
}
};
...
...
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