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