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) {