From c35c33352530d6d2badd50720276760ca1ddd90f Mon Sep 17 00:00:00 2001 From: binbin_pan Date: Thu, 19 Sep 2024 13:22:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=93=E6=A3=80app=20bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/HealthExaminationApp/myAppointment/myAppointment.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/HealthExaminationApp/myAppointment/myAppointment.vue b/pages/HealthExaminationApp/myAppointment/myAppointment.vue index 897179a..5750ccd 100644 --- a/pages/HealthExaminationApp/myAppointment/myAppointment.vue +++ b/pages/HealthExaminationApp/myAppointment/myAppointment.vue @@ -129,7 +129,7 @@ export default { success: res => { res = res.data console.log('๐Ÿš€ ~ ๅˆ—่กจ ~ res:', res) - if (res.res == 1) { + if (res.res == 1 && res.obj != 'isnull') { this.makeList = this.allList = res.obj this.canceledList = res.obj.filter(item => item.ifCancel == 1) this.readyList = res.obj.filter(item => item.ifCancel == 2)