소스 검색

{id: row.id}

王哲 1 주 전
부모
커밋
209e82f5a2
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      monitor_ui/src/views/business/ai/algorithmtask/index.vue

+ 2 - 1
monitor_ui/src/views/business/ai/algorithmtask/index.vue

@@ -630,8 +630,9 @@ export default {
       }, `algorithmtask_${new Date().getTime()}.xlsx`)
     },
     handleAsync(row) {
+      console.log("row=", row);
       this.loading = true;
-      syncAlgorithmtask(row).then(response => {
+      syncAlgorithmtask({id: row.id}).then(response => {
         this.$modal.msgSuccess("同步成功");
         this.loading = false;
         this.getList();