fix: error api
This commit is contained in:
parent
845c93f535
commit
f1168c781f
1 changed files with 1 additions and 1 deletions
|
|
@ -213,7 +213,7 @@ const useBranchStore = defineStore('api-branch', () => {
|
||||||
indexDeleteQrCodeBank?: number[];
|
indexDeleteQrCodeBank?: number[];
|
||||||
},
|
},
|
||||||
) {
|
) {
|
||||||
const { ...payload } = data;
|
const { zipCode, ...payload } = data;
|
||||||
|
|
||||||
const bankPayload = bank?.map(({ branchId, bankQr, bankUrl, ...rest }) => ({
|
const bankPayload = bank?.map(({ branchId, bankQr, bankUrl, ...rest }) => ({
|
||||||
...rest,
|
...rest,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue