设置管理-角色管理,点击右侧数字调整到账户管理页面,左侧应选中账户管理而不是角色管理修改。

master
kevin jiang 6 years ago
parent e672a5323c
commit 3122021aec

@ -280,12 +280,15 @@
//
callBack() {
let that = this;
debugger
this.selectedMenu = "设置管理";
this.selectedSubMenu = "账户管理";
this.selectedItemName = this.onePermissionList[0].subMenuList[0].id;
this.$nextTick(() => {
that.$refs.menu.updateActiveName();
})
this.selectedItemName = this.onePermissionList[2].subMenuList[0].id;
// this.$router.push({path: '/account/manager',query:item});
// this.$nextTick(() => {
// that.$refs.menu.updateActiveName();
// })
},
setHeader(data){
let that = this;

@ -450,6 +450,8 @@
//
goToAccManagerPage: function (item) {
this.$router.push({path: '/account/manager',query:item});
//
this.bus.$emit("callBack");
},
//
selectRole: function (id) {

Loading…
Cancel
Save