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,