Ver Fonte

flot terminer

scorpio há 2 anos atrás
pai
commit
6fe6494204
1 ficheiros alterados com 1 adições e 1 exclusões
  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('开始下载,请稍后...')