新增申办方cro参数错误修改
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
93b0621ba1
commit
663faba14d
|
@ -566,16 +566,16 @@ export default {
|
||||||
try {
|
try {
|
||||||
if (key === "sponsor") {
|
if (key === "sponsor") {
|
||||||
let data = {
|
let data = {
|
||||||
CroName: value,
|
SponsorName: value,
|
||||||
CroNameCN: value,
|
SponsorNameCN: value,
|
||||||
IsTrialLevel: true,
|
IsTrialLevel: true,
|
||||||
};
|
};
|
||||||
res = await addOrUpdateSponsor(data);
|
res = await addOrUpdateSponsor(data);
|
||||||
}
|
}
|
||||||
if (key === "cro") {
|
if (key === "cro") {
|
||||||
let data = {
|
let data = {
|
||||||
SponsorName: value,
|
CroName: value,
|
||||||
SponsorNameCN: value,
|
CroNameCN: value,
|
||||||
IsTrialLevel: true,
|
IsTrialLevel: true,
|
||||||
};
|
};
|
||||||
res = await addOrUpdateCro(data);
|
res = await addOrUpdateCro(data);
|
||||||
|
|
Loading…
Reference in New Issue