中心调研表选择中心时可选择禁用中心
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
b7d45456a6
commit
8b766672b5
|
|
@ -357,10 +357,11 @@ export function getSubjectList(param) {
|
|||
})
|
||||
}
|
||||
|
||||
export function getTrialSiteSelect(trialId) {
|
||||
export function getTrialSiteSelect(trialId, params) {
|
||||
return request({
|
||||
url: `/trialMaintenance/getTrialSiteSelect/${trialId}`,
|
||||
method: 'get'
|
||||
method: 'get',
|
||||
params
|
||||
})
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -366,7 +366,7 @@ export default {
|
|||
// 初始化
|
||||
async initForm(trialInfo, trialSiteSurvey, notShowFieldList) {
|
||||
// 获取项目下的site
|
||||
const { Result } = await getTrialSiteSelect(this.$route.query.trialId)
|
||||
const { Result } = await getTrialSiteSelect(this.$route.query.trialId, { IgnoreDisable: true })
|
||||
this.siteOptions = Result
|
||||
this.form.Id = trialSiteSurvey.Id
|
||||
this.form.Sponsor = trialInfo.Sponsor // 申办方
|
||||
|
|
|
|||
Loading…
Reference in New Issue