From 6f3e8f67a3f59e8d5ad624a5a12dc723b45cf60e Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: Tue, 21 Oct 2025 10:57:46 +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