From e3f6204bd2b49b80c2182d24afd371c45a7e0cd8 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Tue, 4 Jun 2024 13:12:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E5=AD=97=E6=AE=B5=E5=8F=98?= =?UTF-8?q?=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../setting/personnel-manage/components/crcForm.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/trials/trials-panel/setting/personnel-manage/components/crcForm.vue b/src/views/trials/trials-panel/setting/personnel-manage/components/crcForm.vue index 84ccad69..80a4bdc8 100644 --- a/src/views/trials/trials-panel/setting/personnel-manage/components/crcForm.vue +++ b/src/views/trials/trials-panel/setting/personnel-manage/components/crcForm.vue @@ -129,7 +129,7 @@ export default { lock: true }) this.listQuery.TrialId = this.trialId - this.listQuery.SiteId = this.siteId + this.listQuery.TrialSiteId = this.siteId getSiteCRCScreeningList(this.listQuery).then(res => { loading.close() this.list = res.Result.CurrentPageData