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

no message

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