เพิ่มแจ้งเตือนลบไฟล์สำเร็จ
This commit is contained in:
parent
6c4c8df2f1
commit
8aa3941b40
1 changed files with 1 additions and 1 deletions
|
|
@ -285,7 +285,7 @@ const onClickDelete = async (id: string, docId: string) => {
|
|||
await http
|
||||
.delete(config.API.leaveDocumentId(id, docId))
|
||||
.then(async (res) => {
|
||||
console.log("delete");
|
||||
success($q, "ลบไฟล์สำเร็จ");
|
||||
})
|
||||
.catch((err) => {
|
||||
messageError($q, err);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue