ปรับส่งไปออกคำสั่ง วินัย
This commit is contained in:
parent
605608ff04
commit
d714562571
9 changed files with 30 additions and 9 deletions
|
|
@ -33,6 +33,7 @@ export const useDisciplineSuspendStore = defineStore(
|
|||
async function getData(data: listData[]) {
|
||||
const dataList: dataType[] = data.map((item: listData) => ({
|
||||
id: item.id,
|
||||
profileId: item.profileId,
|
||||
citizenId: item.citizenId,
|
||||
name: `${item.prefix}${item.firstName} ${item.lastName}`,
|
||||
prefix: item.prefix,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue