Commit c377f5f2 authored by 晓彤's avatar 晓彤

修改

parent ab9bd6fe
......@@ -460,10 +460,12 @@ export default {
getSceneCaseList(this.sceneCaseInfo).then((resp) => {
this.sceneTestcaseList = resp.data.data.sceneTestcaseList
var globalObject = JSON.parse(resp.data.data.globalParameters)
this.globalParamList = []
for (var key in globalObject) {
var temp = {}
temp['globalParamsName'] = key
temp['globalParamsValue'] = globalObject[key]
this.globalParamList.push(temp)
}
})
......
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