This commit is contained in:
parent
61893823d1
commit
51e18cd63f
|
|
@ -1422,6 +1422,9 @@ export default {
|
||||||
paintMaterialList // 油漆材料列表
|
paintMaterialList // 油漆材料列表
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
|
this.materialHeightInit(); // 初始化材料高度
|
||||||
|
|
||||||
this.$forceUpdate(); // 强制更新
|
this.$forceUpdate(); // 强制更新
|
||||||
|
|
||||||
} else { //主柜
|
} else { //主柜
|
||||||
|
|
@ -1435,6 +1438,8 @@ export default {
|
||||||
this.addToList({ scheme_id, listData: paintMaterialList, detailsData: this.paintMaterial_detailsData }); // 把来源数据添加到目标表格数据
|
this.addToList({ scheme_id, listData: paintMaterialList, detailsData: this.paintMaterial_detailsData }); // 把来源数据添加到目标表格数据
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
this.materialHeightInit(); // 初始化材料高度
|
||||||
|
|
||||||
this.calculateAll(); // 计算所有数据
|
this.calculateAll(); // 计算所有数据
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue