chore: remove unused
This commit is contained in:
parent
bc83970c57
commit
d4a2999de7
1 changed files with 2 additions and 2 deletions
|
|
@ -265,7 +265,7 @@ async function assignToProductServiceList() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
async function submitAccepted(id: string) {
|
async function submitAccepted() {
|
||||||
dialog({
|
dialog({
|
||||||
color: 'info',
|
color: 'info',
|
||||||
icon: 'mdi-account-check',
|
icon: 'mdi-account-check',
|
||||||
|
|
@ -276,7 +276,7 @@ async function submitAccepted(id: string) {
|
||||||
action: async () => {
|
action: async () => {
|
||||||
if (!quotationFormData.value.id) return;
|
if (!quotationFormData.value.id) return;
|
||||||
|
|
||||||
const rse = await quotationForm.accepted(quotationFormData.value.id);
|
await quotationForm.accepted(quotationFormData.value.id);
|
||||||
},
|
},
|
||||||
cancel: () => {},
|
cancel: () => {},
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue