新增申办方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
|
allow-create
|
||||||
default-first-option
|
default-first-option
|
||||||
@change="(value) => handleSelectChange(value, 'cro')"
|
@change="(value) => handleSelectChange(value, 'cro')"
|
||||||
@visible-change="
|
@visible-change="(flag) => handleSelectVisibbleChange(flag, 'cro')"
|
||||||
(flag) => handleSelectVisibbleChange(flag, 'cro')
|
|
||||||
"
|
|
||||||
>
|
>
|
||||||
<el-option
|
<el-option
|
||||||
v-for="item of croList"
|
v-for="item of croList"
|
||||||
|
@ -569,6 +567,7 @@ export default {
|
||||||
SponsorName: value,
|
SponsorName: value,
|
||||||
SponsorNameCN: value,
|
SponsorNameCN: value,
|
||||||
IsTrialLevel: true,
|
IsTrialLevel: true,
|
||||||
|
TrialId: this.trialId,
|
||||||
};
|
};
|
||||||
res = await addOrUpdateSponsor(data);
|
res = await addOrUpdateSponsor(data);
|
||||||
}
|
}
|
||||||
|
@ -577,6 +576,7 @@ export default {
|
||||||
CroName: value,
|
CroName: value,
|
||||||
CroNameCN: value,
|
CroNameCN: value,
|
||||||
IsTrialLevel: true,
|
IsTrialLevel: true,
|
||||||
|
TrialId: this.trialId,
|
||||||
};
|
};
|
||||||
res = await addOrUpdateCro(data);
|
res = await addOrUpdateCro(data);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue