@@ -210,12 +210,10 @@ const rejectAndReturn = () => {
const rejectAndReturnDialogConfirm = async () => {
rejectAndReturnDialog.value = false
-
const res = await invoiceRecordInvalidateApi(params)
if (res.code === 0 && res.data) {
await showSuccessToast({
- message: '提交成功',
+ message: '拒绝成功',
duration: 800,
forbidClick: true,
})