6ed72627 by renchao@pashanhoo.com

style:材料信息

1 parent d4db8f1d
...@@ -111,7 +111,7 @@ ...@@ -111,7 +111,7 @@
111 </lb-table> 111 </lb-table>
112 </el-collapse-item> 112 </el-collapse-item>
113 <el-collapse-item title="材料信息设置" name="2"> 113 <el-collapse-item title="材料信息设置" name="2">
114 <lb-table :column="clxxList" :heightNumSetting="true" :minHeight="160" 114 <lb-table :column="clxxList" :heightNumSetting="true" :key="cLkey" :minHeight="160"
115 :pagination="false" :data="form.clxx"> 115 :pagination="false" :data="form.clxx">
116 </lb-table> 116 </lb-table>
117 </el-collapse-item> 117 </el-collapse-item>
...@@ -169,6 +169,7 @@ ...@@ -169,6 +169,7 @@
169 }, 169 },
170 data () { 170 data () {
171 return { 171 return {
172 cLkey: 0,
172 loading: false, 173 loading: false,
173 key: 0, 174 key: 0,
174 tn: 0, 175 tn: 0,
...@@ -384,6 +385,7 @@ ...@@ -384,6 +385,7 @@
384 */ 385 */
385 removeDjqx (index, row) { 386 removeDjqx (index, row) {
386 this.form.djqx.splice(index, 1); 387 this.form.djqx.splice(index, 1);
388 this.cLkey++
387 }, 389 },
388 /** 390 /**
389 * @description: addClxx 391 * @description: addClxx
......