style(接口测试): 修复接口测试首页未覆盖接口跳转时数据没有刷新的问题

修复接口测试首页未覆盖接口跳转时数据没有刷新的问题
This commit is contained in:
song-tianyang 2022-08-02 14:19:59 +08:00 committed by 建国
parent 68699a9b57
commit 58ed3ec564
1 changed files with 1 additions and 10 deletions

View File

@ -369,16 +369,7 @@ export default {
this.activeDom = 'middle';
}
}
if (routeParamObj.dataSelectRange) {
let item = JSON.parse(JSON.stringify(routeParamObj.dataSelectRange)).param;
if (item !== undefined) {
let type = item.taskGroup.toString();
if (type === "SWAGGER_IMPORT") {
this.openSwaggerScheduleTab();
this.param = item;
}
}
}
this.selectNodeIds = [];
} else {
let dataType = this.$route.params.dataType;
if (dataType) {