This commit is contained in:
曹辉 2023-02-20 16:24:01 +08:00
parent ab71538770
commit 63e45dbe3f

View File

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