查询字段变更
continuous-integration/drone/push Build is passing Details

uat_us
wangxiaoshuang 2024-06-04 13:12:17 +08:00
parent 714a24040f
commit e3f6204bd2
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ export default {
lock: true lock: true
}) })
this.listQuery.TrialId = this.trialId this.listQuery.TrialId = this.trialId
this.listQuery.SiteId = this.siteId this.listQuery.TrialSiteId = this.siteId
getSiteCRCScreeningList(this.listQuery).then(res => { getSiteCRCScreeningList(this.listQuery).then(res => {
loading.close() loading.close()
this.list = res.Result.CurrentPageData this.list = res.Result.CurrentPageData