|
@ -1186,9 +1186,11 @@
|
|
|
vm.parient.data[i].followup_doctor_name = obj.doctorName
|
|
|
}
|
|
|
// 居民存在上次历史记录,则代入默认信息
|
|
|
if (res.data.detail[0]) {
|
|
|
vm.parient = res.data.detail[0]
|
|
|
vm.dealData()
|
|
|
if (res.data.detail) {
|
|
|
if (res.data.detail[0]) {
|
|
|
vm.parient = res.data.detail[0]
|
|
|
vm.dealData()
|
|
|
}
|
|
|
}
|
|
|
//默认日期(不被历史记录覆盖)
|
|
|
for (var i=0; i<4 ;i++){
|