fix(接口测试): 修复场景模块树不显示的缺陷

This commit is contained in:
wxg0103 2023-10-13 10:02:53 +08:00 committed by wxg0103
parent a5d002b894
commit cf99cf7f66
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ export default {
};
},
mounted() {
if(!this.$route.params) {
if(this.$route.params && !this.$route.params.versionId) {
this.list()
}
},