Merge branch 'warunee-dev' into develop
# Conflicts: # src/modules/05_placement/components/AppointMent/Dialogbody.vue
This commit is contained in:
commit
e4746b4213
10 changed files with 21 additions and 2488 deletions
|
|
@ -5,6 +5,7 @@ import { useCounterMixin } from "@/stores/mixin";
|
|||
import type { QTableProps } from "quasar";
|
||||
import type { UserData } from "@/modules/05_placement/interface/response/AppointMent";
|
||||
|
||||
import DialogHeader from "@/modules/05_placement/components/AppointMent/DialogHeader.vue";
|
||||
|
||||
import http from "@/plugins/http";
|
||||
import config from "@/app.config";
|
||||
|
|
@ -12,8 +13,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<UserData[]>([]);
|
||||
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