From f6df3a7673f93b0e044ce8dbc6203aa6da85e251 Mon Sep 17 00:00:00 2001 From: kuaileWu <1432334894@qq.com> Date: Thu, 5 Jun 2025 17:45:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=85=E5=8F=AB=E5=8F=B7=E9=87=8C=E6=97=A0?= =?UTF-8?q?=E6=82=A3=E8=80=85=20=E5=AF=8C=E5=90=AB=E8=8C=B6=E5=A4=9A?= =?UTF-8?q?=E9=85=9A=E5=92=8C=E4=B8=8D=E7=9F=A5=E9=81=93=E5=95=8A=20?= =?UTF-8?q?=E6=8A=A5=E9=81=93=E7=9A=84=E6=97=B6=E5=80=99=E5=8D=B4=E5=87=BA?= =?UTF-8?q?=E7=8E=B0=E4=BA=86=E8=BF=992=E4=BD=8D=E6=82=A3=E8=80=85=20?= =?UTF-8?q?=E6=98=AF=E4=B8=8D=E6=98=AF=E5=8F=AA=E6=9C=89=E5=BE=85=E5=8F=AB?= =?UTF-8?q?=E5=8F=B7=E7=9A=84=E6=89=8D=E8=83=BD=E6=8A=A5=E9=81=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/waiting_method/waiting_method.vue | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/pages/waiting_method/waiting_method.vue b/pages/waiting_method/waiting_method.vue index 0ef50a2..941a9f8 100644 --- a/pages/waiting_method/waiting_method.vue +++ b/pages/waiting_method/waiting_method.vue @@ -42,8 +42,6 @@ depart_info = JSON.parse(depart_info) this.hospital_depart_name = depart_info.hospital_name + ' ' + depart_info.depart_name } - - this.getVisitors() this.depart_id = uni.getStorageSync('depart_id') if(!this.depart_id) { this.$pop.modelShow('请先选择要预约的医院科室', '/pages/index/index') @@ -51,17 +49,6 @@ } }, methods: { - - getVisitors() { - this.$http.req('api/user/get_visitors', {}, 'POST').then(data=>{ - this.visitUsers = data; - this.visitUsers = [...this.visitUsers] - this.popMsgs = [] - for (var i = 0; i < this.visitUsers.length; i++) { - this.visitUsers[i].select = false - } - }); - }, changeType(info) { // 存储每一项的候诊方式 this.active_visitors[info.key].type = info.type;