From 51e18cd63f76e82ef4b72d019255988846d8c083 Mon Sep 17 00:00:00 2001 From: xielue Date: Tue, 27 Jun 2023 14:13:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=A5=E4=BB=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../bathroom/BathroomQuotation/BathroomQuotation/Edit.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/pages/Middle/bathroom/BathroomQuotation/BathroomQuotation/Edit.vue b/src/pages/Middle/bathroom/BathroomQuotation/BathroomQuotation/Edit.vue index 8b5e295..ffd2828 100644 --- a/src/pages/Middle/bathroom/BathroomQuotation/BathroomQuotation/Edit.vue +++ b/src/pages/Middle/bathroom/BathroomQuotation/BathroomQuotation/Edit.vue @@ -1422,6 +1422,9 @@ export default { paintMaterialList // 油漆材料列表 }); + + this.materialHeightInit(); // 初始化材料高度 + this.$forceUpdate(); // 强制更新 } else { //主柜 @@ -1435,6 +1438,8 @@ export default { this.addToList({ scheme_id, listData: paintMaterialList, detailsData: this.paintMaterial_detailsData }); // 把来源数据添加到目标表格数据 + + this.materialHeightInit(); // 初始化材料高度 this.calculateAll(); // 计算所有数据