提交 6beacb8b 编写于 作者: S shiziyuan9527

fix(测试跟踪): 修复批量更新用例后最近的用例列表未刷新的问题

上级 042f43d9
......@@ -39,6 +39,7 @@
<script>
import MsDialogFooter from "../../../common/components/MsDialogFooter";
import {TrackEvent,LIST_CHANGE} from "@/business/components/common/head/ListEvent";
export default {
name: "BatchMove",
......@@ -85,6 +86,8 @@
this.result = this.$post('/test/case/batch/edit', param, () => {
this.$success(this.$t('commons.save_success'));
this.close();
// 发送广播,刷新 head 上的最新列表
TrackEvent.$emit(LIST_CHANGE);
this.$emit('refresh');
});
},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册