fix(接口自动化):推荐断言问题修复 #1005205
--bug=1005205 --user=赵勇 【接口自动化】“推荐... https://www.tapd.cn/55049933/s/1025823
This commit is contained in:
parent
138f61d0ad
commit
f3b1f97de5
|
@ -683,7 +683,7 @@ export default {
|
||||||
suggestClick(node) {
|
suggestClick(node) {
|
||||||
this.response = {};
|
this.response = {};
|
||||||
if (node.parent && node.parent.data.requestResult) {
|
if (node.parent && node.parent.data.requestResult) {
|
||||||
this.response = node.parent.data.requestResult;
|
this.response = node.parent.data.requestResult[0];
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
showAll() {
|
showAll() {
|
||||||
|
|
Loading…
Reference in New Issue