fix: new worker duplicate name
This commit is contained in:
parent
644dca2bf7
commit
ab5d85d814
1 changed files with 1 additions and 0 deletions
|
|
@ -778,6 +778,7 @@ async function submit() {
|
||||||
: await debitNote.createDebitNote(payload);
|
: await debitNote.createDebitNote(payload);
|
||||||
|
|
||||||
if (res) {
|
if (res) {
|
||||||
|
newWorkerList.value = [];
|
||||||
await router.push(`/debit-note/${res.id}/?mode=info`);
|
await router.push(`/debit-note/${res.id}/?mode=info`);
|
||||||
|
|
||||||
if (attachmentList.value && pageState.mode === 'create') {
|
if (attachmentList.value && pageState.mode === 'create') {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue