fix(测试跟踪): 功能用例列表,选中模块批量删除后刷新,列表数据变成全部数据
--bug=1034402 --user=陈建星 【测试跟踪】功能用例-选中模块-批量删除当前页数据后-模块仍显示选中状态-列表数据显示所有数据 https://www.tapd.cn/55049933/s/1628313
This commit is contained in:
parent
c8093b9d88
commit
6bad08e4aa
|
@ -1158,8 +1158,7 @@ export default {
|
||||||
if (action === "confirm") {
|
if (action === "confirm") {
|
||||||
let param = buildBatchParam(this, this.$refs.table.selectIds);
|
let param = buildBatchParam(this, this.$refs.table.selectIds);
|
||||||
testCaseBatchDeleteToGc(param).then(() => {
|
testCaseBatchDeleteToGc(param).then(() => {
|
||||||
this.clearTableSelect();
|
this.refresh();
|
||||||
this.$emit("refresh");
|
|
||||||
this.$success(this.$t("commons.delete_success"), false);
|
this.$success(this.$t("commons.delete_success"), false);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue