address-client 4.0.13 → 4.0.14

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.13",
3
+ "version": "4.0.14",
4
4
  "description": "地址管理前台组件",
5
5
  "author": "wanbochao",
6
6
  "license": "ISC",
@@ -413,7 +413,7 @@ export default {
413
413
  }, {resolveMsg: null, rejectMsg: '获取地址失败!'})
414
414
  this.sliceArea = []
415
415
  req.data.forEach((row) => {
416
- this.sliceArea.push({label: row.name, value: {name: row.name, code:row.number}})
416
+ this.sliceArea.push({label: row.name, value: {name: row.name, code:row.id}})
417
417
  })
418
418
  },
419
419
  //初始化小区添加小区