fix:sortBy ,descending
- ทำ sortBy เฉพาะ API ที่มีการทำ paging
This commit is contained in:
parent
4308f8887f
commit
1f18b56fbf
13 changed files with 98 additions and 67 deletions
|
|
@ -14,6 +14,8 @@ export const useKpiDataStore = defineStore("KPIDate", () => {
|
|||
pageSize: 10,
|
||||
round: "",
|
||||
keyword: "",
|
||||
sortBy: "",
|
||||
descending: false,
|
||||
});
|
||||
const selected = ref([]);
|
||||
const work = ref<boolean>(false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue