fix (接口自动化): 修复场景最大化后推荐断言和提取问题 #1005933
--bug=1005933 --user=赵勇 接口自动化全屏编辑时... https://www.tapd.cn/55049933/s/1039175
This commit is contained in:
parent
9bb48e54ed
commit
88b3525e41
|
@ -357,9 +357,9 @@ export default {
|
||||||
suggestClick(node) {
|
suggestClick(node) {
|
||||||
this.response = {};
|
this.response = {};
|
||||||
if (node && node.parent && node.parent.data.requestResult) {
|
if (node && node.parent && node.parent.data.requestResult) {
|
||||||
this.response = node.parent.data.requestResult;
|
this.response = node.parent.data.requestResult[0];
|
||||||
} else if (this.selectedNode) {
|
} else if (this.selectedNode) {
|
||||||
this.response = this.selectedNode.data.requestResult;
|
this.response = this.selectedNode.data.requestResult[0];
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
showAll() {
|
showAll() {
|
||||||
|
@ -920,7 +920,7 @@ export default {
|
||||||
}
|
}
|
||||||
|
|
||||||
#fab {
|
#fab {
|
||||||
right: 80px;
|
right: 90px;
|
||||||
z-index: 5;
|
z-index: 5;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue