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({
|
||||
color: 'info',
|
||||
icon: 'mdi-account-check',
|
||||
|
|
@ -276,7 +276,7 @@ async function submitAccepted(id: string) {
|
|||
action: async () => {
|
||||
if (!quotationFormData.value.id) return;
|
||||
|
||||
const rse = await quotationForm.accepted(quotationFormData.value.id);
|
||||
await quotationForm.accepted(quotationFormData.value.id);
|
||||
},
|
||||
cancel: () => {},
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue