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