fix: typos
This commit is contained in:
parent
5008a5e42b
commit
14ab67ccfe
2 changed files with 5 additions and 4 deletions
|
|
@ -262,7 +262,7 @@ export const useQuotationForm = defineStore('form-quotation', () => {
|
|||
let status = false;
|
||||
|
||||
if (invoicePayload.value.id === undefined) {
|
||||
const res = await invoiceStore.creatInvoice(invoicePayload.value);
|
||||
const res = await invoiceStore.createInvoice(invoicePayload.value);
|
||||
if (res) status = true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue