6ed72627 by renchao@pashanhoo.com

style:材料信息

1 parent d4db8f1d
......@@ -111,7 +111,7 @@
</lb-table>
</el-collapse-item>
<el-collapse-item title="材料信息设置" name="2">
<lb-table :column="clxxList" :heightNumSetting="true" :minHeight="160"
<lb-table :column="clxxList" :heightNumSetting="true" :key="cLkey" :minHeight="160"
:pagination="false" :data="form.clxx">
</lb-table>
</el-collapse-item>
......@@ -169,6 +169,7 @@
},
data () {
return {
cLkey: 0,
loading: false,
key: 0,
tn: 0,
......@@ -384,6 +385,7 @@
*/
removeDjqx (index, row) {
this.form.djqx.splice(index, 1);
this.cLkey++
},
/**
* @description: addClxx
......