Browse Source

2022.10.11 无甚改动

ggooalice 2 years ago
parent
commit
a5eb69a9ce
1 changed files with 3 additions and 0 deletions
  1. 3 0
      fhKeeper/formulahousekeeper/timesheet/src/views/project/info.vue

+ 3 - 0
fhKeeper/formulahousekeeper/timesheet/src/views/project/info.vue

@@ -755,6 +755,9 @@
         methods: {
             levelTextShow(lev){
                 if(this.user.timeType.projectLevelState == 1){
+                    if(this.levelList.filter(item => item.id == lev).length == 0){
+                        return this.levelTxt[lev]
+                    }
                     return this.levelList.filter(item => item.id == lev)[0].projectLevelName
                 }else{
                     return this.levelTxt[lev]