From 384572601f4dfdc80401de6b4801d8b45c5539c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E8=BE=89?= <814457906@qq.com> Date: Mon, 20 Feb 2023 16:56:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/appointmenttime/appointmenttime.vue | 3 +-- pages/homepage/homepage.vue | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/appointmenttime/appointmenttime.vue b/pages/appointmenttime/appointmenttime.vue index 567cca0..4cdab62 100644 --- a/pages/appointmenttime/appointmenttime.vue +++ b/pages/appointmenttime/appointmenttime.vue @@ -203,8 +203,6 @@ getAppPatientList(that.patientId).then(response => { that.personInfo = response.data that.personInfo.address = response.data.areaName + response.data.address - that.orderlist.patientId = response.data.patientId - that.orderlist.serviceAddress = response.data.areaName + response.data.address }) } } catch (e) {} @@ -259,6 +257,7 @@ this.orderlist.morningOpenEndTime = this.orderlist.morningOpenEndTime.slice(0, 5) this.orderlist.morningOpenStartTime = this.orderlist.morningOpenStartTime.slice(0, 5) this.orderlist.patientId = this.patientId + this.orderlist.serviceAddress = this.personInfo.areaName + this.personInfo.address submitAppointment(this.orderlist).then(res => { if (res.code == 500) { that.$refs.uToast.show({ diff --git a/pages/homepage/homepage.vue b/pages/homepage/homepage.vue index 13c663f..3b92c3c 100644 --- a/pages/homepage/homepage.vue +++ b/pages/homepage/homepage.vue @@ -72,6 +72,7 @@ }; }, onShow() { + this.pageNum = 1 this.getPoserInfo(); this.getHeathHousing(); },