gangyj vor 2 Jahren
Ursprung
Commit
195686111d
2 geänderte Dateien mit 4 neuen und 0 gelöschten Zeilen
  1. 2 0
      src/views/manager/projectinfo/tree.vue
  2. 2 0
      src/views/manager/wbsinfo/edit.vue

+ 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 = '';
     },