王哲 1 viikko sitten
vanhempi
commit
209e82f5a2
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  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();