This commit is contained in:
曹辉 2023-04-07 14:37:18 +08:00
parent f956116cf0
commit 66091b5752

View File

@ -209,9 +209,9 @@
if (value) { if (value) {
that.openid = value that.openid = value
} }
this.userinfo();
// //
this.getPatientInfo(options.stationId, options.stationItemId, options.stationItemPriceId) this.getPatientInfo(options.stationId, options.stationItemId, options.stationItemPriceId)
this.userinfo();
}, },
methods: { methods: {
// //