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