address-client 4.0.22 → 4.0.23

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": "4.0.22",
3
+ "version": "4.0.23",
4
4
  "description": "地址管理前台组件",
5
5
  "author": "wanbochao",
6
6
  "license": "ISC",
@@ -623,6 +623,7 @@
623
623
  this.initstreets(` f_filialeid = '${this.f_filialeids}' and id ='${selectArea.f_street_id}' `)
624
624
  this.initpcds(` f_filialeid = '${this.f_filialeids}' and id ='${selectArea.f_pcd_id}' `)
625
625
  this.model.f_slice_area = selectArea.f_slice_area
626
+ this.model.f_comments1=selectArea.f_comments
626
627
  // 拼接地址
627
628
  this.model.f_address = `${selectArea.f_street}${selectArea.f_residential_area}`
628
629
  }