浏览代码

{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();