fix: 测试计划-关联功能测试用例-查看报告统计-切回到功能测试用例页后左侧模块列消失
解决测试计划-关联功能测试用例-查看报告统计-切回到功能测试用例页后左侧模块列消失的缺陷
This commit is contained in:
parent
cc390326ab
commit
8e0d57a6d2
|
@ -57,11 +57,9 @@
|
||||||
'redirectCharType',
|
'redirectCharType',
|
||||||
'clickType'
|
'clickType'
|
||||||
],
|
],
|
||||||
// activated() {
|
mounted() {
|
||||||
// this.search();
|
this.initData();
|
||||||
// this.checkTipsType();
|
},
|
||||||
// },
|
|
||||||
// mounted() {
|
|
||||||
activated(){
|
activated(){
|
||||||
this.initData();
|
this.initData();
|
||||||
this.openTestCaseEdit(this.$route.path);
|
this.openTestCaseEdit(this.$route.path);
|
||||||
|
|
Loading…
Reference in New Issue