ปรับการ fetch ข้อมูล ออกคำสั่งลงโทษทางวินัย
This commit is contained in:
parent
303fdf2487
commit
5174ec3bfb
1 changed files with 1 additions and 2 deletions
|
|
@ -23,7 +23,6 @@ import { useOrderPlacementDataStore } from "@/modules/10_order/store";
|
|||
const $q = useQuasar(); //ใช้ noti quasar
|
||||
const mixin = useCounterMixin();
|
||||
const DataStore = useOrderPlacementDataStore();
|
||||
|
||||
const stroe = useOrderStore();
|
||||
const { showLoader, hideLoader, messageError, date2Thai } = mixin;
|
||||
|
||||
|
|
@ -120,9 +119,9 @@ const columns = ref<QTableProps["columns"]>([
|
|||
|
||||
onMounted(async () => {
|
||||
await fiscalYearFilter();
|
||||
await OrderStatusFilter();
|
||||
await OrderTypeFilter();
|
||||
await fetchOrderlist();
|
||||
await OrderStatusFilter();
|
||||
});
|
||||
|
||||
async function fetchOrderlist() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue