Skip to content

Commit

Permalink
fix(测试跟踪): 修复测试计划全选UI用例判断全选失败问题
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaomeinvG authored and liuruibin committed Aug 23, 2023
1 parent 66e98b2 commit e87e920
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ export default {
},
selectCountChange(data) {
this.selectRows = this.$refs.scenarioTable.selectRows;
this.selectAll = this.$refs.scenarioTable.showSelectAll;
this.selectAll = this.$refs.scenarioTable.condition.selectAll;
this.$emit("selectCountChange", data);
this.initProjectIds();
},
Expand Down

0 comments on commit e87e920

Please sign in to comment.