fix(测试跟踪): 功能用例列表,选中模块批量删除后刷新,列表数据变成全部数据

--bug=1034402 --user=陈建星 【测试跟踪】功能用例-选中模块-批量删除当前页数据后-模块仍显示选中状态-列表数据显示所有数据 https://www.tapd.cn/55049933/s/1628313
This commit is contained in:
AgAngle 2024-12-11 10:22:40 +08:00 committed by Craftsman
parent c8093b9d88
commit 6bad08e4aa
1 changed files with 1 additions and 2 deletions

View File

@ -1158,8 +1158,7 @@ export default {
if (action === "confirm") {
let param = buildBatchParam(this, this.$refs.table.selectIds);
testCaseBatchDeleteToGc(param).then(() => {
this.clearTableSelect();
this.$emit("refresh");
this.refresh();
this.$success(this.$t("commons.delete_success"), false);
});
}