Commit b93cfe0e by liuchenxi

update: 任务中心入口

parent 870e9a6f
......@@ -511,13 +511,13 @@ export default {
this.remark = "";
this.middleList.length = 0;
this.loading = true;
await this.handleToTaskCenter(res.data.result);
setTimeout(async () => {
this.loading = false;
this.$message({
message: "冻结成功",
type: "success"
});
await this.handleToTaskCenter(res.data.result);
this.$router.push({ path: "/frozenList" });
}, 5000);
} else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment