From b59d89e4258d8e259d221dc7fc9f8f073f283d93 Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: 星期三, 05 十一月 2025 16:50:17 +0800
Subject: [PATCH] 修改

---
 src/views/work/qualityInfo/infrastructureMng/reviewRecordStatistics/components/editDialog.vue |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/views/work/qualityInfo/infrastructureMng/reviewRecordStatistics/components/editDialog.vue b/src/views/work/qualityInfo/infrastructureMng/reviewRecordStatistics/components/editDialog.vue
index 38272ea..a00e9cf 100644
--- a/src/views/work/qualityInfo/infrastructureMng/reviewRecordStatistics/components/editDialog.vue
+++ b/src/views/work/qualityInfo/infrastructureMng/reviewRecordStatistics/components/editDialog.vue
@@ -384,7 +384,9 @@
   state.form.establishmentId = null
   state.form.processId = null
   state.form.approvalId = null
+  state.form.annualMaintenanceEvaluateDeviceList = []
   await getUserList(state.form.companyId)
+  await getDeviceList(state.form.companyId)
 }
 
 const getUserList = async (companyId)=> {

--
Gitblit v1.9.2