|
|
@ -421,12 +421,14 @@ export default {
|
|
|
|
syncData(param).then((response) => {
|
|
|
|
syncData(param).then((response) => {
|
|
|
|
if (response.code == 20000) {
|
|
|
|
if (response.code == 20000) {
|
|
|
|
this.filterQuery.page = 1
|
|
|
|
this.filterQuery.page = 1
|
|
|
|
this.$message.success("操作成功");
|
|
|
|
this.$message.success("任务执行中,请稍后查看");
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
this.$message.error(response.message);
|
|
|
|
this.$message.error(response.message);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
this.syncTime=null
|
|
|
|
this.syncTime=null
|
|
|
|
this.getList();
|
|
|
|
setTimeout(()=>{
|
|
|
|
|
|
|
|
this.getList();
|
|
|
|
|
|
|
|
},666)
|
|
|
|
})
|
|
|
|
})
|
|
|
|
.catch(() => {});
|
|
|
|
.catch(() => {});
|
|
|
|
}
|
|
|
|
}
|
|
|
|