diff --git a/pages/nongKe/cloud_entrepot/indexb.vue b/pages/nongKe/cloud_entrepot/indexb.vue index e8e41a1..2c766c6 100644 --- a/pages/nongKe/cloud_entrepot/indexb.vue +++ b/pages/nongKe/cloud_entrepot/indexb.vue @@ -807,6 +807,7 @@ success:()=> { uni.$once('changeAddress', (e)=>{ this.street_id = e.street.code; + this.storeParam.street_id = this.street_id; this.street = e.street.name; if (e.longitude) { this.longitude = e.longitude; diff --git a/pages/nongKe/cloud_entrepot/indexh.vue b/pages/nongKe/cloud_entrepot/indexh.vue index 3242405..490c205 100644 --- a/pages/nongKe/cloud_entrepot/indexh.vue +++ b/pages/nongKe/cloud_entrepot/indexh.vue @@ -809,6 +809,7 @@ success:()=> { uni.$once('changeAddress', (e)=>{ this.street_id = e.street.code; + this.storeParam.street_id = this.street_id; this.street = e.street.name; if (e.longitude) { this.longitude = e.longitude; diff --git a/pages/nongKe/supply_chain/supplierB.vue b/pages/nongKe/supply_chain/supplierB.vue index f6c5db4..b88128d 100644 --- a/pages/nongKe/supply_chain/supplierB.vue +++ b/pages/nongKe/supply_chain/supplierB.vue @@ -871,6 +871,7 @@ success:()=> { uni.$once('changeAddress', (e)=>{ this.street_id = e.street.code; + this.storeParam.street_id = this.street_id; this.street = e.street.name; if (e.longitude) { this.longitude = e.longitude;