อุธร

This commit is contained in:
setthawutttty 2024-12-27 12:07:08 +07:00
parent f38b10becf
commit fde1e9f7ce
4 changed files with 6 additions and 0 deletions

View file

@ -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,