|
@ -606,7 +606,8 @@
|
|
|
rehabilitation_sociability: '0',
|
|
|
rehabilitation_other: "0"
|
|
|
},
|
|
|
followupId: Request['id']
|
|
|
followupId: Request['id'],
|
|
|
version:Request['version']
|
|
|
}
|
|
|
},
|
|
|
computed: {
|
|
@ -832,7 +833,7 @@
|
|
|
|
|
|
})
|
|
|
this.severeMentalDisorderData.create_time = null
|
|
|
this.severeMentalDisorderData.version = '1'
|
|
|
this.severeMentalDisorderData.version = this.version
|
|
|
fangshiAPI.saveFollowupSevereMentalDisorder({ followupId: this.followupId || '1', severeMentalDisorderData: JSON.stringify(this.severeMentalDisorderData) }).then(function (res) {
|
|
|
if (res.status == 200) {
|
|
|
//判断是否完成随访,未完成则将完成按钮显示出来
|