Jelajahi Sumber

编辑元素修改

duy 2 tahun lalu
induk
melakukan
6091dbb228

+ 4 - 3
src/views/manager/projectinfo/treeTemplate/template/setInputTPT.vue

@@ -157,7 +157,7 @@
           @click="addTable()"></i></div>
     </div>
     <el-row style="text-align: center">
-      <el-button type="primary" size="small" icon="el-icon-circle-plus-outline" @click="saveType()">保存设置</el-button>
+      <el-button type="primary" size="small" icon="el-icon-circle-plus-outline" @click="saveType()">保存设置1</el-button>
       &nbsp;&nbsp;
       <el-button type="primary" size="small" icon="el-icon-circle-plus-outline" @click="saveType()">继续保存</el-button>
     </el-row>
@@ -188,7 +188,8 @@ export default {
           this.setInputTable = newV.selectDatas;
         }
       } else {
-        this.from.type = '';
+       
+        // this.from.type = '';
         this.setInputTable = [];
       }
     }
@@ -296,7 +297,7 @@ export default {
       console.log(res);
       if (res.code === 200) {
         this.htmlData.name = ''
-        this.from.type = ''
+        // this.from.type = ''
         this.htmlData.tr = ''
         this.htmlData.td = ''
         this.setInputTable = []