修复了商户入驻时所在位置信息丢失bug
This commit is contained in:
parent
84e670a27b
commit
de944d0ed9
@ -652,12 +652,13 @@
|
|||||||
},
|
},
|
||||||
|
|
||||||
bindPickerChange2: function(e) {
|
bindPickerChange2: function(e) {
|
||||||
// console.log(e.detail)
|
// console.log(e.detail.value)
|
||||||
this.index2 = e.detail.value
|
this.index2 = e.detail.value
|
||||||
this.business_name =
|
this.business_name =
|
||||||
`${this.business[0][this.index2[0]].name} ${this.business[1][this.index2[1]].name} ${this.business[2][this.index2[2]].name}`
|
`${this.business[0][this.index2[0]].name} ${this.business[1][this.index2[1]].name} ${this.business[2][this.index2[2]].name}`
|
||||||
this.area_id = this.business[0][this.index2[0]].code
|
this.area_id = this.business[0][this.index2[0]].code
|
||||||
this.street_id = this.business[1][this.index2[1]].code
|
this.street_id = this.business[1][this.index2[1]].code
|
||||||
|
this.village_id = this.business[2][this.index2[2]].code
|
||||||
if(this.merchantData.mer_type==12) return ; //市级供应链不需要查询镇农科公司
|
if(this.merchantData.mer_type==12) return ; //市级供应链不需要查询镇农科公司
|
||||||
merstreet({
|
merstreet({
|
||||||
street_code: this.street_id
|
street_code: this.street_id
|
||||||
|
Loading…
x
Reference in New Issue
Block a user