fix
This commit is contained in:
parent
e726510691
commit
fd0a109cc4
1 changed files with 1 additions and 1 deletions
|
|
@ -283,7 +283,7 @@ function clickDelete(id: string, docId: string) {
|
|||
async function onClickDelete(id: string, docId: string) {
|
||||
await http
|
||||
.delete(config.API.leaveDocumentId(id, docId))
|
||||
.then(async (res) => {
|
||||
.then(async () => {
|
||||
await fetchDataDetail(personalId.value);
|
||||
success($q, "ลบไฟล์สำเร็จ");
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue