新增申办方cro接口添加字段trialId
continuous-integration/drone/push Build is running
Details
continuous-integration/drone/push Build is running
Details
parent
2de65e4c1d
commit
28fd6a2c71
|
@ -103,9 +103,7 @@
|
|||
allow-create
|
||||
default-first-option
|
||||
@change="(value) => handleSelectChange(value, 'cro')"
|
||||
@visible-change="
|
||||
(flag) => handleSelectVisibbleChange(flag, 'cro')
|
||||
"
|
||||
@visible-change="(flag) => handleSelectVisibbleChange(flag, 'cro')"
|
||||
>
|
||||
<el-option
|
||||
v-for="item of croList"
|
||||
|
@ -569,6 +567,7 @@ export default {
|
|||
SponsorName: value,
|
||||
SponsorNameCN: value,
|
||||
IsTrialLevel: true,
|
||||
TrialId: this.trialId,
|
||||
};
|
||||
res = await addOrUpdateSponsor(data);
|
||||
}
|
||||
|
@ -577,6 +576,7 @@ export default {
|
|||
CroName: value,
|
||||
CroNameCN: value,
|
||||
IsTrialLevel: true,
|
||||
TrialId: this.trialId,
|
||||
};
|
||||
res = await addOrUpdateCro(data);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue