address-client 3.2.111-yangchun → 3.2.112-yangchun

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "address-client",
3
- "version": "3.2.111-yangchun",
3
+ "version": "3.2.112-yangchun",
4
4
  "description": "地址管理前台组件",
5
5
  "author": "wanbochao",
6
6
  "license": "ISC",
@@ -633,6 +633,7 @@
633
633
  this.initstreets(` f_filialeid = '${this.f_filialeids}' and id ='${selectArea.f_street_id}' `)
634
634
  this.initpcds(` f_filialeid = '${this.f_filialeids}' and id ='${selectArea.f_pcd_id}' `)
635
635
  this.model.f_slice_area = selectArea.f_slice_area
636
+ this.model.f_comments1=selectArea.f_comments
636
637
  // 拼接地址
637
638
  this.model.f_address = `${selectArea.f_street}${selectArea.f_residential_area}`
638
639
  }