【修改】获取领导 修改逻辑

This commit is contained in:
zhoulingpo
2023-05-17 17:40:59 +08:00
parent 6fcd227418
commit 3e10351005
2 changed files with 28 additions and 4 deletions
+2 -2
View File
@@ -175,9 +175,9 @@ export default {
this.isShowSave = true
this.$store.commit('setHandleProcess','')
this.handleReset()
if(this.$store.getters.userInfo.levelId=='1' || this.$store.getters.userInfo.levelId=='2'
if((this.$store.getters.userInfo.levelId=='1' || this.$store.getters.userInfo.levelId=='2'
||this.$store.getters.userInfo.levelId=='3' || this.$store.getters.userInfo.levelId=='4'
||this.$store.getters.userInfo.employeeTypeId=='1' ){
)&& this.$store.getters.userInfo.employeeTypeId=='1' ){
this.isShowSave = false
this.isLevel=false
}else{