소스 검색

修改拒绝成功文案

yuanmingze 1 개월 전
부모
커밋
a53224c2d5
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  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,
     })