เรื่องร้องเรียน
This commit is contained in:
parent
af7ffe27ab
commit
a509e1714d
1 changed files with 4 additions and 4 deletions
|
|
@ -235,15 +235,15 @@ function upLoadFileDoc() {
|
|||
.then((res) => {
|
||||
countNum.value = 2;
|
||||
formData.documentFile = null;
|
||||
props.getData();
|
||||
hideLoader();
|
||||
success($q, "อัพโหลดไฟล์สำเร็จ");
|
||||
props.getData();
|
||||
})
|
||||
.catch((e) => {
|
||||
messageError($q, e);
|
||||
})
|
||||
.finally(async () => {
|
||||
hideLoader();
|
||||
});
|
||||
})
|
||||
.finally(async () => {});
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue