fix (接口自动化): 修复场景最大化后推荐断言和提取问题 #1005933

--bug=1005933 --user=赵勇 接口自动化全屏编辑时... https://www.tapd.cn/55049933/s/1039175
This commit is contained in:
fit2-zhao 2021-08-25 11:22:21 +08:00 committed by fit2-zhao
parent 9bb48e54ed
commit 88b3525e41
1 changed files with 3 additions and 3 deletions

View File

@ -357,9 +357,9 @@ export default {
suggestClick(node) {
this.response = {};
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) {
this.response = this.selectedNode.data.requestResult;
this.response = this.selectedNode.data.requestResult[0];
}
},
showAll() {
@ -920,7 +920,7 @@ export default {
}
#fab {
right: 80px;
right: 90px;
z-index: 5;
}