From 54fef52c32f2ae1b4480797468e822255c924e83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E8=BE=89?= <814457906@qq.com> Date: Wed, 10 May 2023 08:55:48 +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 | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/appointmenttime/appointmenttime.vue b/pages/appointmenttime/appointmenttime.vue index 6d1edd8..196b346 100644 --- a/pages/appointmenttime/appointmenttime.vue +++ b/pages/appointmenttime/appointmenttime.vue @@ -304,6 +304,7 @@ this.orderlist.morningOpenStartTime = this.orderlist.morningOpenStartTime.slice(0, 5) this.orderlist.patientId = this.patientId this.orderlist.serviceAddress = this.personInfo.address + this.orderlist.disablingCondition = this.disablingCondition if (this.orderlist.disablingCondition == 'NOT_DISABLED') { this.orderlist.disablingReason = null }