修改
This commit is contained in:
parent
48feea5762
commit
904df19c7f
@ -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)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user