修改
This commit is contained in:
parent
ab71538770
commit
63e45dbe3f
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user