fix bug
This commit is contained in:
parent
41f0dc039d
commit
7d89a81878
1 changed files with 4 additions and 1 deletions
|
|
@ -231,7 +231,10 @@ function onSubmitIndicators() {
|
|||
dialogConfirm($q, () => {
|
||||
showLoader();
|
||||
http
|
||||
.put(config.API.developmentMainTab(path, id), formIndicators)
|
||||
.put(config.API.developmentMainTab(path, id), {
|
||||
...formIndicators,
|
||||
result: status.value === "FINISH" ? formIndicators.result : undefined,
|
||||
})
|
||||
.then(() => {
|
||||
success($q, "บันทึกข้อมูลสำเร็จ");
|
||||
fetchData();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue