ソースを参照

删除错误提示

yuanmingze 1 ヶ月 前
コミット
76d36617ed
1 ファイル変更0 行追加1 行削除
  1. 0 1
      src/views/invoice-information/index.vue

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

@@ -206,7 +206,6 @@ const rejectAndReturnDialog = ref(false)
 // 拒绝并退回
 const rejectAndReturn = () => {
   rejectAndReturnDialog.value = true
-  showSuccessToast('提交成功')
 }
 
 const rejectAndReturnDialogConfirm = async () => {