no message

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-08-29 15:40:13 +07:00
parent 1cad82f258
commit 9103ff7270

View file

@ -1,5 +1,4 @@
<script setup lang="ts">
import { ref } from "vue";
import { useQuasar } from "quasar";
import { useCounterMixin } from "@/stores/mixin";
@ -26,6 +25,7 @@ const props = defineProps({
* @param type ประเภท file
*/
async function downloadDocument(type: string) {
if (!props.rowId) return;
showLoader();
try {
const res = await http.post(