Commit 32128ca6 by caoyanzhi

接口联调

parent a9ff4d55
...@@ -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() {
......
...@@ -77,7 +77,7 @@ export default { ...@@ -77,7 +77,7 @@ export default {
} }
}, },
created() { created() {
// this.getRoleList(); this.getRoleList();
}, },
methods: { methods: {
getRoleList() { 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