[update] 按钮权限

This commit is contained in:
zhaomeijing
2022-06-14 18:22:10 +08:00
parent 5076085fc3
commit c86707bdeb
2 changed files with 59 additions and 35 deletions
@@ -481,12 +481,12 @@
}
},
watch: {
paramsManifest(newVal, oldVal) {
this.getData()
this.getLoginUserType()
},
currentPersonRole(newVal,oldVal){
console.log(newVal,oldVal)
currentPersonRole: {
handler: function(){
this.getTableList()
this.getData()
},
immediate: true
}
}
}