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