This commit is contained in:
Warunee Tamkoo 2023-11-30 21:06:50 +07:00
parent 7ca4d66516
commit ff1817571b
17 changed files with 24 additions and 46 deletions

View file

@ -11,15 +11,8 @@ import http from "@/plugins/http";
import { useInvestigateFactStore } from "@/modules/11_discipline/store/InvestigateFactStore";
const dataInvestigate = useInvestigateFactStore();
const mixin = useCounterMixin();
const {
date2Thai,
success,
messageError,
showLoader,
hideLoader,
dialogConfirm,
dialogRemove,
} = mixin;
const { messageError, showLoader, hideLoader } = mixin;
const $q = useQuasar(); // noti quasar
/** ค้นหาข้อมูลในตาราง */