fix: payload multiple
This commit is contained in:
parent
d087fea744
commit
263e122b60
2 changed files with 9 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue