fix class nodalfix ==> 05_leave
This commit is contained in:
parent
7081399c2f
commit
ecc0a27ec7
16 changed files with 317 additions and 321 deletions
|
|
@ -1,13 +1,10 @@
|
|||
import axios from "axios";
|
||||
import config from "@/app.config";
|
||||
|
||||
import { useQuasar } from "quasar";
|
||||
import { useCounterMixin } from "@/stores/mixin";
|
||||
|
||||
const $q = useQuasar();
|
||||
|
||||
const mixin = useCounterMixin();
|
||||
const { showLoader, hideLoader, messageError } = mixin;
|
||||
const { showLoader, hideLoader } = mixin;
|
||||
|
||||
async function genReport(data: any, fileName: string, type: string = "docx") {
|
||||
showLoader();
|
||||
|
|
@ -49,7 +46,7 @@ async function genReport(data: any, fileName: string, type: string = "docx") {
|
|||
}
|
||||
})
|
||||
.catch((err) => {
|
||||
messageError($q, err);
|
||||
console.log(err);
|
||||
})
|
||||
.finally(() => {
|
||||
hideLoader();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue