ปรับ code เครื่องราช ==> จัดการคำขอ

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-11-18 13:15:01 +07:00
parent 01430c06a1
commit 7bc71cf93f
5 changed files with 222 additions and 98 deletions

View file

@ -29,7 +29,6 @@ import DialogPopupReason from "@/components/Dialogs/PopupReason.vue"; //หม
/**use */
const $q = useQuasar(); // noti quasar
const route = useRoute();
const roleDataStore = useroleUserDataStore();
const DataStore = useInsigniaDataStore();
const mixin = useCounterMixin();
const { messageError, dialogConfirm, showLoader, hideLoader, success } = mixin;
@ -77,7 +76,7 @@ async function fecthlistRound() {
// UI
if (optionRound.value.length !== 0) {
// DataStore.optionRound = optionRound.value;
DataStore.optionRound = optionRound.value;
// const lastValue = optionRound.value[0];
// await fetchListOrg(lastValue.period_revision);
// await fecthAgency(lastValue.period_revision);