fix(测试用例): 修复批量编辑用例成功后用例列表显示所有用例的问题

This commit is contained in:
shiziyuan9527 2020-12-21 18:35:29 +08:00
parent 60d40f48ab
commit c05723fad2
1 changed files with 1 additions and 1 deletions

View File

@ -370,7 +370,7 @@ export default {
});
},
refresh() {
this.condition = {components: TEST_CASE_CONFIGS};
// this.condition = {components: TEST_CASE_CONFIGS};
// this.selectIds.clear();
this.selectRows.clear();
this.$emit('refresh');