|
|
@@ -528,7 +528,6 @@ const calBeforeInvoice = async (params: any) => {
|
|
|
countForm.value.invoiceTime = res.data.invoiceTime
|
|
|
countForm.value.receivableSupervisePremium = res.data.receivableSupervisePremium
|
|
|
receivableSupervisePremium.value = res.data.receivableSupervisePremium
|
|
|
- router.back()
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@@ -586,6 +585,7 @@ const handelComfirm = () => {
|
|
|
message: sub.msg,
|
|
|
type: 'success'
|
|
|
})
|
|
|
+ router.back()
|
|
|
}
|
|
|
})
|
|
|
}
|