fix(接口测试): 修复场景模块树不显示的缺陷
This commit is contained in:
parent
a5d002b894
commit
cf99cf7f66
|
@ -150,7 +150,7 @@ export default {
|
|||
};
|
||||
},
|
||||
mounted() {
|
||||
if(!this.$route.params) {
|
||||
if(this.$route.params && !this.$route.params.versionId) {
|
||||
this.list()
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue