提交 a5336279 编写于 作者: yi.li's avatar yi.li

添加patientId

上级 63458f4b
......@@ -150,7 +150,7 @@
curmbThird: '居民详情',
jumPathThird: '/patients-manage/mypatients-manage/patients-list',
activeName: 'first',
patientId: '99997786', //暂时写死一个居民的patientId 99997747
patientId: '',
patientInfo: {
isWechatBind: 1,
remark: '',
......@@ -162,6 +162,7 @@
}
},
created() {
this.patientId = this.$route.query.patientId;
this.init();
// getDiseasesList().then(({data}) => {
// console.log('获取所有疾病',data)
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册