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) {