【修改】修改dataId为reportId

This commit is contained in:
zhoulingpo
2023-05-17 13:58:14 +08:00
parent 616ddbd8fb
commit ab8c81688d
2 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -477,7 +477,7 @@ export default {
// 判断当前人是不是管理员
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.isAdmin = true
}else{
this.isAdmin=false