scorpio před 2 roky
rodič
revize
6fe6494204
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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('开始下载,请稍后...')