fix(discipline-appealcomplain):sort
This commit is contained in:
parent
dc3989acae
commit
629efe5abf
4 changed files with 286 additions and 355 deletions
|
|
@ -63,7 +63,7 @@ export const useAppealComplainStore = defineStore("AppealComplainStore", () => {
|
|||
* จัดเรียงข้อมูล
|
||||
* @param data ข้อมูลที่รับมาจาก API
|
||||
*/
|
||||
function fetchAppealComplain(data: MainList[]) {
|
||||
async function fetchAppealComplain(data: MainList[]) {
|
||||
let dataList: RowList[] = data.map((e: MainList) => ({
|
||||
id: e.id,
|
||||
profileId: e.profileId,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue