Browse Source

台账管理下载提示修改

duy 2 years ago
parent
commit
68073abb0c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/ledger/components/internal.vue

+ 1 - 1
src/views/ledger/components/internal.vue

@@ -265,7 +265,7 @@ const batchDownload = async () => {
         if (disposition) {
             downloadBlob(res, disposition)
         } else {
-            window.$message?.error('数据异常')
+            window.$message?.error('选择的资料未生成文件')
         }
     }
 }