From e8e066ab80462529f25b759ffe20a016a477a42d Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Tue, 10 Jun 2025 09:41:55 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A8=BD=E6=9F=A5=E6=93=8D=E4=BD=9C=E5=90=8D?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E5=AD=97=E6=AE=B5=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../trials-panel/trial-summary/audit-record/index.vue | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/views/trials/trials-panel/trial-summary/audit-record/index.vue b/src/views/trials/trials-panel/trial-summary/audit-record/index.vue index b25496b7..2998e6b9 100644 --- a/src/views/trials/trials-panel/trial-summary/audit-record/index.vue +++ b/src/views/trials/trials-panel/trial-summary/audit-record/index.vue @@ -50,8 +50,9 @@ - - + + @@ -646,6 +647,7 @@ const searchDataDefault = () => { StartTime: null, EndTime: null, Description: null, + FrontAuditConfigId: null, OpByUserName: null, BatchId: null, TrialReadingCriterionId: null, @@ -761,7 +763,7 @@ export default { } }, getModuleTypeDescriptionList(v) { - this.searchData.Description = null + this.searchData.FrontAuditConfigId = null if (!v) return false let params = { moduleTypeId: v,