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
b73fe793
Commit
b73fe793
authored
Jul 15, 2022
by
caoyanzhi
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature/act-code' into dev
parents
46a6d696
988c5394
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
select-clerk.vue
...ds/actCodeManage/components/select-clerk/select-clerk.vue
+4
-2
No files found.
src/views/salesleads/actCodeManage/components/select-clerk/select-clerk.vue
View file @
b73fe793
<
template
>
<el-dialog
:visible
=
"visible
"
title=
"选择成员"
width=
"1000px"
@
close=
"onCancel"
>
<el-dialog
:visible
.
sync=
"show
"
title=
"选择成员"
width=
"1000px"
@
close=
"onCancel"
>
<div
class=
"select-clerk"
v-loading=
"loading"
>
<!-- 选择导购 -->
<div
class=
"clerk-list"
>
...
...
@@ -78,7 +78,7 @@
</div>
</div>
<
template
slot=
"footer"
>
<el-button
@
click=
"
onCancel
"
>
取消
</el-button>
<el-button
@
click=
"
show = false
"
>
取消
</el-button>
<el-button
type=
"primary"
@
click=
"onSave"
>
确定
</el-button>
</
template
>
</el-dialog>
...
...
@@ -108,6 +108,7 @@ export default {
watch
:
{
visible
(
flag
)
{
if
(
flag
)
{
this
.
show
=
true
;
this
.
params
.
storeGroup
=
[];
this
.
params
.
storeGroupId
=
''
;
this
.
params
.
storeSearchParams
=
''
;
...
...
@@ -120,6 +121,7 @@ export default {
},
data
()
{
return
{
show
:
false
,
params
:
{
storeGroup
:
[],
storeGroupId
:
''
,
// 分组ID
...
...
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