Przeglądaj źródła

fix: 下载错误文件

zhangjie 10 miesięcy temu
rodzic
commit
5e9be1dd8c
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/modules/base/components/DataTaskDialog.vue

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

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