From d2798471bb4024d9376c51de879fdb52bc12f44c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E8=BE=89?= <814457906@qq.com> Date: Thu, 11 May 2023 11:36:16 +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/nursestation/nursestation.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/nursestation/nursestation.vue b/pages/nursestation/nursestation.vue index 35675a8..cf9493d 100644 --- a/pages/nursestation/nursestation.vue +++ b/pages/nursestation/nursestation.vue @@ -328,6 +328,10 @@ introductionList(this.nurseStationId).then(res => { if (res.code == 200) { this.Banners = [] + this.tabList = [{ + name: '全部', + id: '' + }] this.serveinfo() this.productinfo() res.data.morningOpenStartTime = res.data.morningOpenStartTime.slice(0, 5)