fix: 切换测试计划没有显示到默认功能列表页
--bug=1013374 --user=陈建星 【测试跟踪】github#13824 测试计划-报告统计页面,打开下个测试计划报告统计页面数据显示不正确,需要手动刷新下 https://www.tapd.cn/55049933/s/1164363
This commit is contained in:
parent
5e7a9b7b94
commit
7b08b6cc7b
|
@ -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 != '') {
|
||||
|
|
Loading…
Reference in New Issue