fix
This commit is contained in:
parent
ffa3631986
commit
cac4ff2bfa
13 changed files with 74 additions and 37 deletions
|
|
@ -87,7 +87,7 @@ async function uploadFile() {
|
|||
.then(() => {
|
||||
file.value = null;
|
||||
props.fetchData();
|
||||
success($q, "บันทึกข้อมูลสำเร็จ");
|
||||
success($q, "อัปโหลดไฟล์สำเร็จ");
|
||||
})
|
||||
.catch((e) => {
|
||||
messageError($q, e);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue