diff --git a/src/pages/12_debit-note/FormPage.vue b/src/pages/12_debit-note/FormPage.vue index 838401cc..973aa1a3 100644 --- a/src/pages/12_debit-note/FormPage.vue +++ b/src/pages/12_debit-note/FormPage.vue @@ -778,6 +778,7 @@ async function submit() { : await debitNote.createDebitNote(payload); if (res) { + newWorkerList.value = []; await router.push(`/debit-note/${res.id}/?mode=info`); if (attachmentList.value && pageState.mode === 'create') {