แก้ดักid
This commit is contained in:
parent
b5b281f991
commit
bf54b56e90
1 changed files with 1 additions and 1 deletions
|
|
@ -215,7 +215,7 @@ function onSubmit() {
|
|||
reasonDevelopment10: checkOtherBox13 ? reasonDevelopment10.value : "",
|
||||
selectType: choice.value,
|
||||
selectTypeYear: formData.year ? formData.year.toString() : null,
|
||||
selectTypeId: projectName.value.id ? projectName.value.id : null,
|
||||
selectTypeId: projectName.value ? projectName.value.id : null,
|
||||
};
|
||||
showLoader();
|
||||
http[id.value ? "put" : "post"](url, body)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue