提交 926fd9e8 编写于 作者: N nzomkxia

fix #334

上级 49c79a5e
......@@ -131,16 +131,13 @@
this.method.parameterTypes = parametersTypes.split(';')
}
this.$axios.get('/test/method', {
params: {
application: this.application,
service: this.service,
method: method
}
}).then(response => {
this.method.json = response.data.parameterTypes
this.method.jsonTypes = response.data.parameterTypes
})
let url = '/test/method?' + 'application=' + this.application +
'&service=' + this.service + '&method=' + method
this.$axios.get(encodeURI(url))
.then(response => {
this.method.json = response.data.parameterTypes
this.method.jsonTypes = response.data.parameterTypes
})
}
}
</script>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册