|
@@ -157,7 +157,7 @@
|
|
@click="addTable()"></i></div>
|
|
@click="addTable()"></i></div>
|
|
</div>
|
|
</div>
|
|
<el-row style="text-align: center">
|
|
<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>
|
|
|
|
|
|
<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()">继续保存</el-button>
|
|
</el-row>
|
|
</el-row>
|
|
@@ -188,7 +188,8 @@ export default {
|
|
this.setInputTable = newV.selectDatas;
|
|
this.setInputTable = newV.selectDatas;
|
|
}
|
|
}
|
|
} else {
|
|
} else {
|
|
- this.from.type = '';
|
|
|
|
|
|
+
|
|
|
|
+ // this.from.type = '';
|
|
this.setInputTable = [];
|
|
this.setInputTable = [];
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -296,7 +297,7 @@ export default {
|
|
console.log(res);
|
|
console.log(res);
|
|
if (res.code === 200) {
|
|
if (res.code === 200) {
|
|
this.htmlData.name = ''
|
|
this.htmlData.name = ''
|
|
- this.from.type = ''
|
|
|
|
|
|
+ // this.from.type = ''
|
|
this.htmlData.tr = ''
|
|
this.htmlData.tr = ''
|
|
this.htmlData.td = ''
|
|
this.htmlData.td = ''
|
|
this.setInputTable = []
|
|
this.setInputTable = []
|