gangyj 3 vuotta sitten
vanhempi
commit
dc3563c91d
2 muutettua tiedostoa jossa 4 lisäystä ja 1 poistoa
  1. 1 1
      src/views/manager/projectinfo/list.vue
  2. 3 0
      src/views/manager/wbsinfo/edit.vue

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

@@ -58,7 +58,7 @@
       append-to-body
     >
       <div class="flex jc-sb pd-b-10">
-        <span>{{curProjiect.projectName}}</span>
+        <span class="flex1 mg-r-20">{{curProjiect.projectName}}</span>
         <div>
           <el-button size="small" @click="editTree" type="success">WBS树管理</el-button>
           <el-button size="small" @click="editProject" type="primary">编辑项目信息</el-button>

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

@@ -713,6 +713,9 @@
           });
           return;
         }
+        this.eleForm = {
+          elementList:[]
+        };
         this.eleVisible = true;
       },