no message
This commit is contained in:
parent
1cad82f258
commit
9103ff7270
1 changed files with 1 additions and 1 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue