From 711897bc6d937f1dbf741014dc6a6d52369c37e0 Mon Sep 17 00:00:00 2001
From: 祖安之光 <11848914+light-of-zuan@user.noreply.gitee.com>
Date: 星期三, 15 十月 2025 16:24:16 +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