fix(接口测试): 修复场景步骤条件控制器下请求,推荐JSONPATH不生效问题 (#15508)
--bug=1014577 --user=王孝刚 【接口测试】github#15406场景用例中间夹着条件控制器时无法使用推荐jsonpan断言 https://www.tapd.cn/55049933/s/1194581 Co-authored-by: wxg0103 <727495428@qq.com>
This commit is contained in:
parent
4ab5f9fc0a
commit
138f2ccfe6
|
@ -276,6 +276,9 @@ export default {
|
|||
if (requireComponent != null && JSON.stringify(esbDefinition) != '{}' && JSON.stringify(esbDefinitionResponse) != '{}') {
|
||||
this.showXpackCompnent = true;
|
||||
}
|
||||
if (this.request.requestResult && this.request.requestResult.length > 0) {
|
||||
this.response = this.request.requestResult[0];
|
||||
}
|
||||
},
|
||||
watch: {
|
||||
message() {
|
||||
|
|
Loading…
Reference in New Issue