เรื่องร้องเรียน

This commit is contained in:
STW_TTTY\stwtt 2024-08-22 08:41:22 +07:00
parent af7ffe27ab
commit a509e1714d

View file

@ -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 () => {});
}
/**