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

no message

上级 fa0df213
......@@ -24,6 +24,7 @@
</template>
<script>
import { getFollowUpApi, getBasicDataApi, getFollowUpSC } from '@/utils/index'
// 量表 template
import FormScale from '@/components/followup/form/index'
// 量表模块数据模型
......@@ -116,7 +117,7 @@
if(this.valid){
axios({
method: 'post',
url: 'https://test1-sc.yunqueyi.com/scale/save',
url: getFollowUpSC('/scale/save'),
data: JSON.stringify(this.formData),
}).then(res=>{
console.log(res)
......@@ -153,7 +154,7 @@
// /scale/{patientTimesId}/{scaleNo}/info
axios({
method: 'get',
url: 'https://test1-sc.yunqueyi.com/scale/1/SCALE0003/info?type=2',
url: getFollowUpSC('/scale/1/SCALE0003/info?type=2'),
data: JSON.stringify(this.formData),
}).then(res=>{
// console.log(res.data.data.stroke_007)
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册