refactor: remove param
This commit is contained in:
parent
d4a2999de7
commit
760f7fc749
1 changed files with 1 additions and 1 deletions
|
|
@ -828,7 +828,7 @@ const statusQuotationForm = ref<
|
||||||
icon="mdi-check-all"
|
icon="mdi-check-all"
|
||||||
@click="
|
@click="
|
||||||
() => {
|
() => {
|
||||||
submitAccepted(quotationFormData.id || '');
|
submitAccepted();
|
||||||
}
|
}
|
||||||
"
|
"
|
||||||
/>
|
/>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue