Browse Source

fix: 下载日志问题

zhangjie 2 months ago
parent
commit
5e80e50a89
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/modules/analysis/views/AnalysisBatchManage.vue

+ 1 - 1
src/modules/analysis/views/AnalysisBatchManage.vue

@@ -174,7 +174,7 @@
               "
               class="btn-primary"
               type="text"
-              @click="toViewLog(row)"
+              @click="toViewLog(scope.row)"
               >下载日志</el-button
             >
           </template>