소스 검색

flot terminer

scorpio 2 년 전
부모
커밋
6fe6494204
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/home/component/dispatch.vue

+ 1 - 1
src/views/home/component/dispatch.vue

@@ -399,7 +399,7 @@ export default {
       }
       this.$api.dispatch.exportFile(data).then(res => {
         if (res.size === 0 || Object.hasOwn(res, 'code')) {
-          this.$message.error('下载错误,请稍后再试...')
+          this.$message.error('暂无文件或者下载错误,请稍后再试...')
           return
         }
         this.$message.success('开始下载,请稍后...')