Commit cd2c037b authored by 王晓铜's avatar 王晓铜

默认展开

parent a1fbb6f0
......@@ -36,7 +36,7 @@
<div>响应结果 :</div>
</el-col>
</el-row>
<json-viewer :value="requestData"></json-viewer>
<json-viewer :expand-depth=3 :value="requestData"></json-viewer>
</div>
</el-card>
</div>
......
......@@ -32,7 +32,7 @@
<div>响应结果 :</div>
</el-col>
</el-row>
<json-viewer :value="requestData"></json-viewer>
<json-viewer :expand-depth=3 :value="requestData"></json-viewer>
</div>
</el-card>
<!-- 新增页面 /编辑页面-->
......@@ -101,7 +101,7 @@ export default {
delSceneForm: {
sceneId: ''
},
isShow: true,
isShow: false,
requestData: '',
executeScene: {
sceneId: '',
......@@ -139,7 +139,7 @@ export default {
// 获取用例id
this.executeScene.sceneId = row.id
this.executeScene.namespace = window.sessionStorage.getItem('env')
// this.isShow = true
this.isShow = true
executeScene(this.executeScene).then((resp) => {
console.log('接口返回结果', resp)
this.requestData = resp.data.data
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment