소스 검색

项目配WBS修改

duy 2 년 전
부모
커밋
684d3565a9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/manager/projectinfo/detail.vue

+ 1 - 1
src/views/manager/projectinfo/detail.vue

@@ -1030,7 +1030,7 @@ export default {
       }
 
       this.leftloading = true;
-      if (value.toString().indexOf(',') >= 0) {
+      if (value&&value.toString().indexOf(',') >= 0) {
          //私有库
           if(this.templateType==1){
             this.projectForm.referenceWbsTemplateType='private'