中心调研表选择中心时可选择禁用中心
continuous-integration/drone/push Build is passing Details

has
wangxiaoshuang 2026-06-16 17:16:07 +08:00
parent b7d45456a6
commit 8b766672b5
2 changed files with 4 additions and 3 deletions

View File

@ -357,10 +357,11 @@ export function getSubjectList(param) {
}) })
} }
export function getTrialSiteSelect(trialId) { export function getTrialSiteSelect(trialId, params) {
return request({ return request({
url: `/trialMaintenance/getTrialSiteSelect/${trialId}`, url: `/trialMaintenance/getTrialSiteSelect/${trialId}`,
method: 'get' method: 'get',
params
}) })
} }

View File

@ -366,7 +366,7 @@ export default {
// //
async initForm(trialInfo, trialSiteSurvey, notShowFieldList) { async initForm(trialInfo, trialSiteSurvey, notShowFieldList) {
// site // site
const { Result } = await getTrialSiteSelect(this.$route.query.trialId) const { Result } = await getTrialSiteSelect(this.$route.query.trialId, { IgnoreDisable: true })
this.siteOptions = Result this.siteOptions = Result
this.form.Id = trialSiteSurvey.Id this.form.Id = trialSiteSurvey.Id
this.form.Sponsor = trialInfo.Sponsor // this.form.Sponsor = trialInfo.Sponsor //