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