王哲 1 hete
szülő
commit
06e5442b04

+ 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("同步成功");