From 63e45dbe3fc6d1c00b80071357f15c7bdcea1ca4 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:24:01 +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 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pages/appointmenttime/appointmenttime.vue b/pages/appointmenttime/appointmenttime.vue index bee2fe3..567cca0 100644 --- a/pages/appointmenttime/appointmenttime.vue +++ b/pages/appointmenttime/appointmenttime.vue @@ -184,7 +184,7 @@ } catch (e) {} //耗材包详情方法调用 this.getPatientInfo(options.stationId, options.stationItemId, options.stationItemPriceId) - that.userinfo(); + this.userinfo(); }, methods: { //选择时间 @@ -216,7 +216,6 @@ //获取耗材包详情 getPatientInfo(stationId, stationItemId, stationItemPriceId) { getAppStationItemInfo(stationId, stationItemId, stationItemPriceId).then(res => { - console.log(res) res.data.nurseItemContent = '' if (res.code == 200) { if (res.data.itemConsumableList) {