|
|
@@ -1024,7 +1024,9 @@
|
|
1024
|
1024
|
this.modelListData = response.rows[0]
|
|
1025
|
1025
|
if (this.modelListData.hzxm) {
|
|
1026
|
1026
|
this.patientMsgAll[this.currentIndex].name = this.modelListData.hzxm
|
|
1027
|
|
- this.patientMsgAll[this.currentIndex].tel = this.modelListData.lxdh
|
|
|
1027
|
+ }
|
|
|
1028
|
+ if (this.modelListData.lxdhShow) {
|
|
|
1029
|
+ this.patientMsgAll[this.currentIndex].tel = decrypt(this.modelListData.lxdhShow)
|
|
1028
|
1030
|
}
|
|
1029
|
1031
|
}
|
|
1030
|
1032
|
})
|