Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-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
office
haoban-4
Commits
32128ca6
Commit
32128ca6
authored
Aug 06, 2020
by
caoyanzhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
接口联调
parent
a9ff4d55
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
edit-store-role.vue
src/views/enterprise/edit-store-role.vue
+2
-2
store-admin-list.vue
src/views/enterprise/store-admin-list.vue
+1
-1
No files found.
src/views/enterprise/edit-store-role.vue
View file @
32128ca6
...
@@ -95,8 +95,8 @@ export default {
...
@@ -95,8 +95,8 @@ export default {
const
haoBanUser
=
JSON
.
parse
(
localStorage
.
getItem
(
'haoBanUser'
)
||
'{}'
);
const
haoBanUser
=
JSON
.
parse
(
localStorage
.
getItem
(
'haoBanUser'
)
||
'{}'
);
this
.
wxEnterpriseId
=
haoBanUser
.
wxEnterpriseId
;
this
.
wxEnterpriseId
=
haoBanUser
.
wxEnterpriseId
;
this
.
$emit
(
'showAsideMenu'
,
false
);
this
.
$emit
(
'showAsideMenu'
,
false
);
//
await this.initData();
await
this
.
initData
();
//
this.getRoleDetail(roleId);
this
.
getRoleDetail
(
roleId
);
},
},
methods
:
{
methods
:
{
initData
()
{
initData
()
{
...
...
src/views/enterprise/store-admin-list.vue
View file @
32128ca6
...
@@ -77,7 +77,7 @@ export default {
...
@@ -77,7 +77,7 @@ export default {
}
}
},
},
created
()
{
created
()
{
//
this.getRoleList();
this
.
getRoleList
();
},
},
methods
:
{
methods
:
{
getRoleList
()
{
getRoleList
()
{
...
...
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