提交 29003405 编写于 作者: F fit2-zhao 提交者: BugKing

fix(场景自动化): 修复场景步骤最大化后推荐断言 问题

上级 d50df304
......@@ -487,8 +487,10 @@
},
suggestClick(node) {
this.response = {};
if (node.parent && node.parent.data.requestResult) {
if (node && node.parent && node.parent.data.requestResult) {
this.response = node.parent.data.requestResult;
} else if (this.selectedNode) {
this.response = this.selectedNode.data.requestResult;
}
},
showAll() {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册