Commit 400e0221 authored by 盖献康's avatar 盖献康

bug(68232) - 设备详情页面服务地区实时

parent 4621bf70
...@@ -895,6 +895,15 @@ export default { ...@@ -895,6 +895,15 @@ export default {
// console.time('detail') // console.time('detail')
this.handleUpdate() this.handleUpdate()
}) })
if (this.form.isPrivate === '1') {
setTimeout(() => {
signHospitalMessage().then(res => {
console.log('查到医院的数据123', res)
this.form.addressText = res.data.addressText
this.form.serviceAreaText = res.data.supportServiceArea
})
}, 2000)
}
}, },
computed: { computed: {
...mapGetters(['userType']) ...mapGetters(['userType'])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment