同步按钮

prod
wj 2 years ago
parent d8431cd9b9
commit dafb694ea8

@ -367,14 +367,14 @@ export default {
uploadData(param).then((response) => { uploadData(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.filterQuery.syncTime=null this.filterQuery.syncTime=null
setTimeout(()=>{ setTimeout(()=>{
this.getList(); this.getList();
},1000) },666)
}) })
.catch(() => {}); .catch(() => {});
} }

Loading…
Cancel
Save