修改
This commit is contained in:
parent
c76dc48cd9
commit
450b53462c
@ -248,6 +248,9 @@
|
||||
} else if (e.length == 1) {
|
||||
this.address = e[0].localName
|
||||
this.query.areaCode = e[0].id
|
||||
} else {
|
||||
this.address = ''
|
||||
this.query.areaCode = ''
|
||||
}
|
||||
},
|
||||
// 显示三级地址联动
|
||||
|
||||
@ -177,6 +177,9 @@
|
||||
} else if (e.length == 1) {
|
||||
this.address = e[0].localName
|
||||
this.appPersonallist.areaCode = e[0].id
|
||||
}else {
|
||||
this.address = ''
|
||||
this.appPersonallist.areaCode = ''
|
||||
}
|
||||
},
|
||||
// 显示三级地址联动
|
||||
|
||||
@ -181,6 +181,9 @@
|
||||
} else if (e.length == 1) {
|
||||
this.infolist.address = e[0].localName
|
||||
this.infolist.areaCode = e[0].id
|
||||
} else {
|
||||
this.infolist.address = ''
|
||||
this.infolist.areaCode = ''
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@ -149,7 +149,6 @@
|
||||
},
|
||||
onShow() {
|
||||
var that = this
|
||||
try {
|
||||
const value = uni.getStorageSync('patientId');
|
||||
if (value) {
|
||||
getPatientInfo(value).then(res => {
|
||||
@ -243,7 +242,6 @@
|
||||
// }
|
||||
// });
|
||||
}
|
||||
} catch (e) {}
|
||||
},
|
||||
onLoad() {},
|
||||
//1.分享给朋友
|
||||
|
||||
Loading…
Reference in New Issue
Block a user