fix: 切换测试计划没有显示到默认功能列表页

--bug=1013374 --user=陈建星 【测试跟踪】github#13824 测试计划-报告统计页面,打开下个测试计划报告统计页面数据显示不正确,需要手动刷新下 https://www.tapd.cn/55049933/s/1164363
This commit is contained in:
chenjianxing 2022-05-26 11:44:39 +08:00 committed by jianxing
parent 5e7a9b7b94
commit 7b08b6cc7b
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ export default {
this.redirectCharType = this.$route.query.charType;
}
this.clickType = this.$route.params.clickType;
if (this.redirectCharType != "") {
if (this.redirectCharType) {
if (this.redirectCharType == 'scenario') {
this.activeIndex = 'api';
} else if (this.redirectCharType != null && this.redirectCharType != '') {