This commit is contained in:
曹辉 2023-03-13 13:51:50 +08:00
parent 48feea5762
commit 904df19c7f

View File

@ -259,8 +259,8 @@
if (value) { if (value) {
that.patientId = value that.patientId = value
that.updata.patientId = value that.updata.patientId = value
that.user();
that.selectPatientSignInifo(); that.selectPatientSignInifo();
that.goodsList();
} }
}, },
onShow() { onShow() {
@ -593,7 +593,7 @@
} }
}, },
// //
goodsList() { user() {
goodPatientInfo(this.patientId).then(res => { goodPatientInfo(this.patientId).then(res => {
if (res.data.length > 0) { if (res.data.length > 0) {
var list = res.data.filter(e => e.defaultAddressFlag == 1) var list = res.data.filter(e => e.defaultAddressFlag == 1)