fixing probation new api

This commit is contained in:
Warunee Tamkoo 2024-09-06 14:39:53 +07:00
parent 4836d1ed47
commit a4e1d7ec60
5 changed files with 6 additions and 6 deletions

View file

@ -95,7 +95,7 @@ async function fecthAssign(id: string) {
optionDirector.value = mentors.value;
})
.catch((e) => {
messageError($q, e);
// messageError($q, e);
})
.finally(() => {
hideLoader();

View file

@ -1,5 +1,5 @@
<script setup lang="ts">
import { ref, defineAsyncComponent, watch, onMounted, onUpdated } from "vue";
import { ref, defineAsyncComponent, watch, onMounted } from "vue";
import { useCounterMixin } from "@/stores/mixin";
import { useQuasar } from "quasar";
import { useRoute, useRouter } from "vue-router";
@ -48,7 +48,7 @@ async function fecthAssign(id: string) {
dataArrayNumber.value = 1;
})
.catch((e: any) => {
messageError($q, e);
// messageError($q, e);
})
.finally(() => {
hideLoader();

View file

@ -50,7 +50,7 @@ async function fecthAssign(id: string) {
dataArrayNumber.value = 1;
})
.catch((e: any) => {
messageError($q, e);
// messageError($q, e);
})
.finally(() => {
hideLoader();

View file

@ -62,7 +62,7 @@ async function fecthAssign(id: string) {
dataArrayNumber.value = 1;
})
.catch((e: any) => {
messageError($q, e);
// messageError($q, e);
})
.finally(() => {
hideLoader();

View file

@ -56,7 +56,7 @@ const fecthAssign = async (id: string) => {
dataArrayNumber.value = 1;
})
.catch((e) => {
messageError($q, e);
// messageError($q, e);
})
.finally(() => {
hideLoader();