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

添加patientId

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