ปิด popup เมื่อบันทึกสำเร็จเท่านั้น
This commit is contained in:
parent
6f168f0c8a
commit
ee3fc230ed
1 changed files with 1 additions and 1 deletions
|
|
@ -388,12 +388,12 @@ function onSubmit() {
|
|||
false
|
||||
);
|
||||
props.getSummary?.();
|
||||
close();
|
||||
})
|
||||
.catch((err) => {
|
||||
messageError($q, err);
|
||||
})
|
||||
.finally(() => {
|
||||
close();
|
||||
hideLoader();
|
||||
})
|
||||
: props.rowId &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue