..
This commit is contained in:
@@ -378,6 +378,15 @@ const optionSelect = {
|
||||
|
||||
if (this.userSelection && this.userSelection.length > 0) {
|
||||
this.contactForm.mobile = this.userSelection[0]?.mobile
|
||||
} else {
|
||||
if (this.isProxySelect) {
|
||||
// 否则使用默认手机号
|
||||
$.post("/platform/welfare/selection/situation/getMobileByUserId", { userId: this.userId }).then((res) => {
|
||||
if (res.code === 0) {
|
||||
this.contactForm.mobile = res.data
|
||||
}
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
// 地址回显
|
||||
|
||||
Reference in New Issue
Block a user