提交 c5598e58 编写于 作者: tao.wu's avatar tao.wu

no message

上级 8cfa3d67
...@@ -152,9 +152,11 @@ ...@@ -152,9 +152,11 @@
}, },
created(){ created(){
// /scale/{patientTimesId}/{scaleNo}/info // /scale/{patientTimesId}/{scaleNo}/info
let planPatientsTimesId = this.$route.query.planPatientsTimesId
let scaleNo = this.$route.query.scaleNo
axios({ axios({
method: 'get', method: 'get',
url: getFollowUpSC('/scale/1/SCALE0003/info?type=2'), url: getFollowUpSC(`/scale/${planPatientsTimesId}/${scaleNo}/info?type=2`),
data: JSON.stringify(this.formData), data: JSON.stringify(this.formData),
}).then(res=>{ }).then(res=>{
this.formData = res.data.data this.formData = res.data.data
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册