From e001d36d2afb95425f8c29811b853c0754814cc3 Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: 星期三, 22 十月 2025 16:26:59 +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