615b722d by 杨威

重置添加层户数据优化

1 parent 1eb03185
......@@ -113,16 +113,9 @@ export default {
},
//重置数据
reset() {
this.tableData = [
{
cz: "+",
ljzbsm: "",
zdybsm: "",
qsc: "",
jsc: "",
hs: "",
},
];
this.tableData[0].qsc = "";
this.tableData[0].jsc = "";
this.tableData[0].hs = "";
},
},
computed: {},
......@@ -171,7 +164,7 @@ export default {
},
scyclx:{
handler(n){
this.$nextTick(()=>{
this.$nextTick(()=>{
this.formData.scyclx = this.scyclx;
})
}
......