gangyj 2 年 前
コミット
195686111d

+ 2 - 0
src/views/manager/projectinfo/tree.vue

@@ -2630,6 +2630,8 @@ export default {
       this.aliasVisible = true;
       if(this.nodeDetail.fullName){
         this.aliasArr = this.nodeDetail.fullName.split(',');
+      }else{
+        this.aliasArr = [];
       }
       this.aliasInput = '';
     },

+ 2 - 0
src/views/manager/wbsinfo/edit.vue

@@ -2858,6 +2858,8 @@ export default {
       this.aliasVisible = true;
       if(this.nodeDetail.fullName){
         this.aliasArr = this.nodeDetail.fullName.split(',');
+      }else{
+        this.aliasArr = [];
       }
       this.aliasInput = '';
     },