From 2328d379f6f62591ec2749e6bef72572499262fb Mon Sep 17 00:00:00 2001
From: gongchunyi <deslre0381@gmail.com>
Date: 星期五, 03 四月 2026 15:46:12 +0800
Subject: [PATCH] fix: 入库管理编辑产品问题

---
 src/views/qualityManagement/processInspection/components/formDia.vue |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/views/qualityManagement/processInspection/components/formDia.vue b/src/views/qualityManagement/processInspection/components/formDia.vue
index 6126e6b..dd06ace 100644
--- a/src/views/qualityManagement/processInspection/components/formDia.vue
+++ b/src/views/qualityManagement/processInspection/components/formDia.vue
@@ -271,6 +271,9 @@
 }
 // 鍏抽棴寮规
 const closeDia = () => {
+  //  鍏抽棴寮圭獥娓呯┖鏁版嵁
+	form.value = {}
+	tableData.value = []
   proxy.resetForm("formRef");
   dialogFormVisible.value = false;
   emit('close')

--
Gitblit v1.9.3