This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-11-01 13:10:37 +07:00
parent e726510691
commit fd0a109cc4

View file

@ -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, "ลบไฟล์สำเร็จ");
})