From 732c77d1a471188d63324c230ba2a2fcba5ae3d0 Mon Sep 17 00:00:00 2001 From: zzyuan <781948537@qq.com> Date: Fri, 11 Jul 2025 14:42:15 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E9=97=AE=E9=A2=98=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/foodManage/purchaseManage/contractList/edit.vue | 5 +++-- src/views/foodManage/purchaseManage/purchasePlan/edit.vue | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/views/foodManage/purchaseManage/contractList/edit.vue b/src/views/foodManage/purchaseManage/contractList/edit.vue index d92017fc..e2184dd6 100644 --- a/src/views/foodManage/purchaseManage/contractList/edit.vue +++ b/src/views/foodManage/purchaseManage/contractList/edit.vue @@ -313,8 +313,9 @@ export default { this.getContractInfo() }else{ this.baseInfo={} - this.materialList=[] - } + this.contractMaterialList=[] + this.attachmentList=[] + } }, }, methods: { diff --git a/src/views/foodManage/purchaseManage/purchasePlan/edit.vue b/src/views/foodManage/purchaseManage/purchasePlan/edit.vue index 9016bf2c..71a165f0 100644 --- a/src/views/foodManage/purchaseManage/purchasePlan/edit.vue +++ b/src/views/foodManage/purchaseManage/purchasePlan/edit.vue @@ -2,8 +2,8 @@