แก้โหลดไฟล์ เป็น id
This commit is contained in:
parent
dd5c3a42f6
commit
232b5cf60d
5 changed files with 58 additions and 28 deletions
|
|
@ -34,6 +34,7 @@ const {
|
|||
messageError,
|
||||
showLoader,
|
||||
dialogRemove,
|
||||
downloadRenameFileByLink
|
||||
} = mixin;
|
||||
const router = useRouter();
|
||||
const route = useRoute();
|
||||
|
|
@ -600,7 +601,7 @@ function updatemodalPersonal(modal: boolean) {
|
|||
dense
|
||||
color="blue"
|
||||
icon="mdi-download"
|
||||
@click="downloadFile(data.pathName)"
|
||||
@click="downloadRenameFileByLink(data.pathName,data.fileName)"
|
||||
><q-tooltip>ดาวน์โหลดไฟล์</q-tooltip></q-btn
|
||||
>
|
||||
<q-btn
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue