|
|
|
@ -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;
|
|
|
|
|