Quellcode durchsuchen

修改拒绝成功文案

yuanmingze vor 1 Monat
Ursprung
Commit
a53224c2d5
1 geänderte Dateien mit 1 neuen und 3 gelöschten Zeilen
  1. 1 3
      src/views/invoice-information/index.vue

+ 1 - 3
src/views/invoice-information/index.vue

@@ -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,
     })