fix(测试跟踪): 修复测试计划全选UI用例判断全选失败问题

--bug=1029332 --user=郭雨琦
https://www.tapd.cn/55049933/bugtrace/bugs/view/1155049933001029332
This commit is contained in:
guoyuqi 2023-08-23 14:18:26 +08:00 committed by 刘瑞斌
parent 66e98b2d14
commit e87e920ccd
1 changed files with 1 additions and 1 deletions

View File

@ -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();
},