เพิ่มหน่วงเวลา
This commit is contained in:
parent
d8c99a9554
commit
4f21150e66
1 changed files with 7 additions and 7 deletions
|
|
@ -130,17 +130,17 @@ function deleteFile(fileName: string) {
|
|||
showLoader();
|
||||
http
|
||||
.delete(config.API.file("ไฟล์เอกสาร", "KPI", id.value) + `/${fileName}`)
|
||||
.catch((e) => {
|
||||
messageError($q, e);
|
||||
})
|
||||
.finally(() => {
|
||||
getData();
|
||||
|
||||
.then((res) => {
|
||||
setTimeout(() => {
|
||||
getData();
|
||||
success($q, `ลบไฟล์สำเร็จ`);
|
||||
hideLoader();
|
||||
}, 500);
|
||||
});
|
||||
})
|
||||
.catch((e) => {
|
||||
messageError($q, e);
|
||||
})
|
||||
.finally(() => {});
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue