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