fix bug build
This commit is contained in:
parent
d8f11d41c7
commit
f81d520cec
10 changed files with 21 additions and 2489 deletions
|
|
@ -3,7 +3,7 @@ import { ref, computed,watchEffect } from "vue";
|
|||
import { useQuasar } from "quasar";
|
||||
import { useCounterMixin } from "@/stores/mixin";
|
||||
import type { QTableProps } from "quasar";
|
||||
|
||||
import DialogHeader from "@/modules/05_placement/components/AppointMent/DialogHeader.vue";
|
||||
|
||||
import http from "@/plugins/http";
|
||||
import config from "@/app.config";
|
||||
|
|
@ -11,8 +11,7 @@ const mixin = useCounterMixin();
|
|||
const { showLoader, success, messageError, dialogConfirm,hideLoader } = mixin;
|
||||
|
||||
const $q = useQuasar();
|
||||
import DialogHeader from "@/modules/05_placement/components/AppointMent/DialogHeader.vue";
|
||||
const selected = ref([]);
|
||||
const selected = ref<[]>([]);
|
||||
const checkSelected = computed(() => {
|
||||
if (selected.value.length === 0 || props.type === "") {
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue