mirror of
https://gitee.com/fit2cloud-feizhiyun/MeterSphere.git
synced 2024-11-30 02:58:31 +08:00
fix(测试计划): 关闭定时任务弹框不强制刷新页面
--bug=1010319 --user=李敏 批量操作定时任务时,点击取消按钮和右上角关闭按钮不需要请求接口 https://www.tapd.cn/55049933/s/1104969
This commit is contained in:
parent
1f5df98c3a
commit
70fedc870a
@ -83,6 +83,7 @@ export default {
|
||||
this.$post("/test/plan/schedule/Batch/updateEnable", this.schedule, () => {
|
||||
this.$success(this.$t('commons.modify_success'));
|
||||
this.close();
|
||||
this.$emit("refresh");
|
||||
});
|
||||
},
|
||||
close() {
|
||||
@ -94,7 +95,6 @@ export default {
|
||||
};
|
||||
this.dialogFormVisible = false;
|
||||
removeGoBackListener(this.close);
|
||||
this.$emit("refresh");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user