From 2683a5a7c916f896fc7fe56da267ac3379165e36 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Mon, 29 Sep 2025 13:08:28 +0800 Subject: [PATCH] 1 --- .../components/inspectionManagement/userList.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/trials/trials-workbench/components/inspectionManagement/userList.vue b/src/views/trials/trials-workbench/components/inspectionManagement/userList.vue index 3432089c..51f4734a 100644 --- a/src/views/trials/trials-workbench/components/inspectionManagement/userList.vue +++ b/src/views/trials/trials-workbench/components/inspectionManagement/userList.vue @@ -179,6 +179,7 @@ export default { }, handleReset() { this.listQuery = getListQueryDefault() + if (this.isView) this.listQuery.IsAuditRecordUserSelect = true this.getList() }, handleSelectChange(val) {