Sfoglia il codice sorgente

fix: 下载错误文件

zhangjie 10 mesi fa
parent
commit
5e9be1dd8c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/modules/base/components/DataTaskDialog.vue

+ 1 - 1
src/modules/base/components/DataTaskDialog.vue

@@ -68,7 +68,7 @@
                 class="btn-primary"
                 class="btn-primary"
                 type="text"
                 type="text"
                 :disabled="loading"
                 :disabled="loading"
-                @click="toDonwloadErrorFile(scope.row.errorFilePath)"
+                @click="toDonwload(scope.row.errorFilePath)"
                 >下载错误文件</el-button
                 >下载错误文件</el-button
               >
               >
             </template>
             </template>