Browse Source

{id: row.id}

王哲 1 week ago
parent
commit
209e82f5a2
1 changed files with 2 additions and 1 deletions
  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();