Commit b101a51a by caoyanzhi

权限管理接口联调

parent 8121e1a6
......@@ -174,7 +174,7 @@ export default {
},
mounted() {
this.menuList = [];
// this.initData()
this.initData()
},
methods: {
initData() {
......
......@@ -151,7 +151,7 @@ export default {
}
},
created() {
// this.initData();
this.initData();
},
methods: {
initData() {
......
......@@ -82,7 +82,7 @@ export default {
return this.$router.go(-1);
}
this.menuId = menuId;
// this.initData();
this.initData();
this.$emit('updateBread', this.bread)
},
methods: {
......
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