修改预约筛查
This commit is contained in:
parent
fad8140fcc
commit
efb0bd7cde
@ -91,8 +91,8 @@
|
||||
} else {
|
||||
getScreening(this.patientId).then(res => {
|
||||
if (res.code == 200) {
|
||||
let userinfo = JSON.stringify(userInfo)
|
||||
if (!res.data) {
|
||||
let userinfo = JSON.stringify(this.userInfo)
|
||||
if (!res.data||res.data==null) {
|
||||
uni.navigateTo({
|
||||
url: `/pagesB/screenorder/screenorder?userinfo=${userinfo}`
|
||||
})
|
||||
@ -122,7 +122,7 @@
|
||||
getHeathHousingList(this.pageNum, this.pageSize).then(res => {
|
||||
if (res.rows) {
|
||||
res.rows.forEach(e => {
|
||||
e.leadThumbnailUrl = baseurl + e.leadThumbnailUrl
|
||||
e.leadThumbnailUrl = baseurl+ e.leadThumbnailUrl
|
||||
})
|
||||
}
|
||||
this.informationCategoryVOList = res.rows
|
||||
|
||||
@ -187,8 +187,9 @@
|
||||
this.$refs.form1.setRules(this.rules);
|
||||
},
|
||||
onLoad(e) {
|
||||
// console.log(e,'4')
|
||||
if (e) {
|
||||
this.userInfo = JSON.parse(e.userInfo)
|
||||
this.userInfo = JSON.parse(e.userinfo)
|
||||
this.formData.disease = this.userInfo.diseaseList.join(',')
|
||||
|
||||
if (this.userInfo.sex == 'MALE') {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user