fix/chore: agencies indexDeleteQrCodeBank undefined handle / remove log
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 6s

This commit is contained in:
puriphatt 2025-07-11 13:54:28 +07:00
parent af1f74bdda
commit 22e11cf699
2 changed files with 1 additions and 7 deletions

View file

@ -214,7 +214,6 @@ async function submit(opt?: { selectedImage: string }) {
...v,
})),
};
console.log('payload', payload);
if (
(pageState.isDrawerEdit && currAgenciesData.value?.id) ||
(opt?.selectedImage && currAgenciesData.value?.id)