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
|
@@ -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.
|
|
416
|
+
this.sliceArea.push({label: row.name, value: {name: row.name, code:row.id}})
|
|
417
417
|
})
|
|
418
418
|
},
|
|
419
419
|
//初始化小区添加小区
|