Browse Source

项目配WBS修改

duy 2 years ago
parent
commit
684d3565a9
1 changed files with 1 additions and 1 deletions
  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;
       this.leftloading = true;
-      if (value.toString().indexOf(',') >= 0) {
+      if (value&&value.toString().indexOf(',') >= 0) {
          //私有库
          //私有库
           if(this.templateType==1){
           if(this.templateType==1){
             this.projectForm.referenceWbsTemplateType='private'
             this.projectForm.referenceWbsTemplateType='private'