fix:sortBy ,descending

- ทำ sortBy เฉพาะ API ที่มีการทำ paging
This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-09-15 13:52:27 +07:00
parent 4308f8887f
commit 1f18b56fbf
13 changed files with 98 additions and 67 deletions

View file

@ -14,6 +14,8 @@ export const useKpiDataStore = defineStore("KPIDate", () => {
pageSize: 10,
round: "",
keyword: "",
sortBy: "",
descending: false,
});
const selected = ref([]);
const work = ref<boolean>(false);