Browse Source

叫号里无患者 富含茶多酚和不知道啊 报道的时候却出现了这2位患者 是不是只有待叫号的才能报道

master
kuaileWu 3 months ago
parent
commit
533b65c1c6
  1. 12
      pages/visitors/visitors.vue

12
pages/visitors/visitors.vue

@ -180,7 +180,11 @@
}
},
async onShow() {
await this.getDoctorInfo();
this.selectCount = 0
this.activeVisitors = []
this.visitUsers = false
this.pageshow = false
this.getDoctorInfo();
},
onReady() {
@ -190,13 +194,11 @@
this.$nav.navToPath('/pages/index/index')
},
// --
async getDoctorInfo() {
await this.$http.req('api/user/index_info', {}, 'GET').then(data=>{
getDoctorInfo() {
this.$http.req('api/user/index_info', {}, 'GET').then(data=>{
if(data == -1) return
this.doctorInfo = data;
if(this.doctorInfo.hospital_departs && this.doctorInfo.hospital_departs.length>0) this.hospitals = this.doctorInfo.hospital_departs;
var hospital = {}

Loading…
Cancel
Save