Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-operation-4
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
达摩4.0重构
haoban-operation-4
Commits
b6ed1d84
Commit
b6ed1d84
authored
Aug 03, 2020
by
caoyanzhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
门店详情查看绑定范围接口调整请求参数
parent
8128ceb0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
enterprise-detail.vue
src/views/enterprise/enterprise-detail.vue
+8
-2
No files found.
src/views/enterprise/enterprise-detail.vue
View file @
b6ed1d84
...
...
@@ -64,7 +64,7 @@
</
template
>
</el-table-column>
</el-table>
<el-dialog
:visible
.
sync=
"bindInfo.show"
title=
"门店授权范围"
width=
"600px"
>
<el-dialog
:visible
.
sync=
"bindInfo.show"
title=
"门店授权范围"
width=
"600px"
@
closed=
"onBindInfoClose"
>
<el-form
label-width=
"140px"
>
<el-form-item
label=
"门店绑定授权范围"
>
<el-select
style=
"width: 392px"
disabled
multiple
:value=
"bindInfo.selected"
>
...
...
@@ -117,8 +117,10 @@ export default {
refreshEnterpriseInfo
().
then
(
this
.
getEnterpriseDetail
);
},
getBindDetail
(
storeData
,
type
)
{
const
{
wxEnterpriseId
,
enterpriseId
}
=
storeData
const
params
=
{
enterpriseId
:
storeData
.
enterpriseId
,
wxEnterpriseId
,
enterpriseId
,
operationType
:
type
,
// 0 门店绑定 1门店分享
}
this
.
bindInfo
.
show
=
true
;
...
...
@@ -126,6 +128,10 @@ export default {
this
.
bindInfo
.
data
=
res
.
result
||
[];
this
.
bindInfo
.
selected
=
this
.
bindInfo
.
data
.
map
(
el
=>
el
.
id
);
})
},
onBindInfoClose
()
{
this
.
bindInfo
.
data
=
[];
this
.
bindInfo
.
selected
=
[];
}
}
}
...
...
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