apply-clients 3.5.5-103 → 3.5.5-104
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
|
@@ -1392,7 +1392,7 @@ export default {
|
|
|
1392
1392
|
let f_room = this.getLableValue('门牌号') || ''
|
|
1393
1393
|
let f_room_suffix = f_room ? '' : ''
|
|
1394
1394
|
|
|
1395
|
-
let f_address = f_residential_area + f_building + f_building_suffix + f_unit + f_unit_suffix + f_floor + f_floor_suffix + f_room + f_room_suffix
|
|
1395
|
+
let f_address = f_street + f_residential_area + f_building + f_building_suffix + f_unit + f_unit_suffix + f_floor + f_floor_suffix + f_room + f_room_suffix
|
|
1396
1396
|
this.setLabelValue("地址", f_address)
|
|
1397
1397
|
}
|
|
1398
1398
|
}
|