소스 검색

手机版项目管理增加选择研究中心

Lijy 3 년 전
부모
커밋
8e7849940f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      fhKeeper/formulahousekeeper/timesheet/src/views/project/list.vue

+ 1 - 1
fhKeeper/formulahousekeeper/timesheet/src/views/project/list.vue

@@ -1360,7 +1360,7 @@
                         customerId:item.customerId==0?null:item.customerId,
                     }
                     console.log(item.associateDegrees)
-                    if(item.associateDegrees != null && item.associateDegrees != 'null') {
+                    if(item.associateDegrees != null && item.associateDegrees != 'null' && item.associateDegrees != '') {
                         var spli = item.associateDegrees.split(',')
                         var sl  = []
                         for(var i in spli) {