Commit 5e92e9cb by liuchenxi

update: 调整弹窗

parent b93cfe0e
......@@ -484,7 +484,6 @@ export default {
showClose: false
})
window.open(`/gic-web/#/taskDetail/${id}`);
return true;
},
changeReason(val) {
if (val) {
......@@ -511,8 +510,8 @@ export default {
this.remark = "";
this.middleList.length = 0;
this.loading = true;
await this.handleToTaskCenter(res.data.result);
setTimeout(async () => {
this.handleToTaskCenter(res.data.result);
setTimeout(() => {
this.loading = false;
this.$message({
message: "冻结成功",
......
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