Browse Source

项目配WBS修改

duy 2 năm trước cách đây
mục cha
commit
684d3565a9
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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'