style(接口测试): 修复接口测试首页未覆盖接口跳转时数据没有刷新的问题
修复接口测试首页未覆盖接口跳转时数据没有刷新的问题
This commit is contained in:
parent
68699a9b57
commit
58ed3ec564
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue