fix load
This commit is contained in:
parent
dee3eb824a
commit
57df5cc8d5
1 changed files with 2 additions and 2 deletions
|
|
@ -45,8 +45,8 @@ function onSubmit() {
|
|||
.put(config.API.cancelResignByType(link.value, id.value), {
|
||||
reason: reason.value,
|
||||
})
|
||||
.then(() => {
|
||||
props.fectData?.(id.value);
|
||||
.then(async () => {
|
||||
await props.fectData?.(id.value);
|
||||
success($q, "ยกเลิกการลาออกสำเร็จ");
|
||||
})
|
||||
.catch((err) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue