Commit 32128ca6 by caoyanzhi

接口联调

parent a9ff4d55
......@@ -95,8 +95,8 @@ export default {
const haoBanUser = JSON.parse(localStorage.getItem('haoBanUser') || '{}');
this.wxEnterpriseId = haoBanUser.wxEnterpriseId;
this.$emit('showAsideMenu', false);
// await this.initData();
// this.getRoleDetail(roleId);
await this.initData();
this.getRoleDetail(roleId);
},
methods: {
initData() {
......
......@@ -77,7 +77,7 @@ export default {
}
},
created() {
// this.getRoleList();
this.getRoleList();
},
methods: {
getRoleList() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment