อุธร
This commit is contained in:
parent
f38b10becf
commit
fde1e9f7ce
4 changed files with 6 additions and 0 deletions
|
|
@ -67,6 +67,7 @@ export const useAppealComplainStore = defineStore("AppealComplainStore", () => {
|
|||
let dataList: RowList[] = data.map((e: MainList) => ({
|
||||
id: e.id,
|
||||
profileId: e.profileId,
|
||||
profileType: e.profileType,
|
||||
type: typeConvert(e.type),
|
||||
title: e.title,
|
||||
description: e.description,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue