Browse Source

{id: row.id}

王哲 1 tuần trước cách đây
mục cha
commit
06e5442b04
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      monitor_ui/src/views/business/ai/algorithmtask/index.vue

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

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