fix(接口自动化):推荐断言问题修复 #1005205

--bug=1005205 --user=赵勇 【接口自动化】“推荐... https://www.tapd.cn/55049933/s/1025823
This commit is contained in:
fit2-zhao 2021-07-19 14:31:03 +08:00 committed by fit2-zhao
parent 138f61d0ad
commit f3b1f97de5
1 changed files with 1 additions and 1 deletions

View File

@ -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() {