From 4001b1a225192c0eef756819670c4f53380b379a Mon Sep 17 00:00:00 2001 From: xielue Date: Wed, 2 Aug 2023 11:48:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=A5=E4=BB=B7=E5=8D=95=E4=BB=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../bathroom/BathroomQuotation/BathroomQuotation/Edit.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/Middle/bathroom/BathroomQuotation/BathroomQuotation/Edit.vue b/src/pages/Middle/bathroom/BathroomQuotation/BathroomQuotation/Edit.vue index e491a79..bac3664 100644 --- a/src/pages/Middle/bathroom/BathroomQuotation/BathroomQuotation/Edit.vue +++ b/src/pages/Middle/bathroom/BathroomQuotation/BathroomQuotation/Edit.vue @@ -2456,7 +2456,7 @@ export default { let material_list = []; material_items.forEach(item => { let name = this.formatName(item[1]); - let old = this.material_detailsData.filter(a => a.material && a.material[0] == item[0] ? true : false); + let old = this.paintMaterial_detailsData.filter(a => a.material && a.material[0] == item[0] ? true : false); let info = { isMain: true, material: item,