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/Receive/DialogHeader.vue";
|
||||
|
||||
import http from "@/plugins/http";
|
||||
import config from "@/app.config";
|
||||
|
|
@ -11,8 +11,7 @@ const mixin = useCounterMixin();
|
|||
const { showLoader, success, messageError, dialogConfirm } = mixin;
|
||||
|
||||
const $q = useQuasar();
|
||||
import DialogHeader from "@/modules/05_placement/components/Receive/DialogHeader.vue";
|
||||
const selected = ref([]);
|
||||
const selected = ref<any>([]);
|
||||
const checkSelected = computed(() => {
|
||||
if (selected.value.length === 0 || props.type === "") {
|
||||
return true;
|
||||
|
|
@ -146,6 +145,7 @@ watchEffect(() => {
|
|||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<q-dialog v-model="props.Modal">
|
||||
<q-card style="width: 1200px; max-width: 80vw">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue