refactor(EntryControl): refs #8277 update dmsFk assignment to undefined for clarity
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
This commit is contained in:
parent
3120ca93e6
commit
a92cbeb95d
|
@ -315,7 +315,7 @@ async function createInvoice(isAgricultural) {
|
|||
} finally {
|
||||
table.value.reload();
|
||||
supplierRef = null;
|
||||
dmsFk = null;
|
||||
dmsFk = undefined;
|
||||
selectedRows.value.length = 0;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue