fix: payload multiple

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2026-03-25 15:05:49 +07:00
parent d087fea744
commit 263e122b60
2 changed files with 9 additions and 0 deletions

View file

@ -150,6 +150,7 @@ export const useChangeRoundDataStore = defineStore(
if (apiData.length > 0) {
checkCilck.value = false;
rows.value = apiData.map((e: any) => ({
...e,
profileId: e.profileId,
cardId: e.citizenId,
fullName: e.fullName,