address-client 3.0.40-aodeToV4 → 3.0.42-aodeToV4
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/.gradle/8.5/checksums/checksums.lock +0 -0
- package/.gradle/8.5/dependencies-accessors/dependencies-accessors.lock +0 -0
- package/.gradle/{8.10 → 8.5}/executionHistory/executionHistory.bin +0 -0
- package/.gradle/8.5/executionHistory/executionHistory.lock +0 -0
- package/.gradle/{8.10 → 8.5}/fileHashes/fileHashes.bin +0 -0
- package/.gradle/8.5/fileHashes/fileHashes.lock +0 -0
- package/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- package/.gradle/buildOutputCleanup/outputFiles.bin +0 -0
- package/.gradle/file-system.probe +0 -0
- package/gradle/wrapper/gradle-wrapper.jar +0 -0
- package/gradle/wrapper/gradle-wrapper.properties +7 -7
- package/gradlew +249 -252
- package/gradlew.bat +10 -12
- package/package.json +1 -1
- package/src/components/AddAreaMsg.vue +575 -368
- package/src/components/AreaList.vue +601 -8
- package/src/components/selectAddress/BatchList.vue +5 -1
- package/.gradle/8.10/checksums/checksums.lock +0 -0
- package/.gradle/8.10/executionHistory/executionHistory.lock +0 -0
- package/.gradle/8.10/fileHashes/fileHashes.lock +0 -0
- /package/.gradle/{8.10 → 8.5}/dependencies-accessors/gc.properties +0 -0
- /package/.gradle/{8.10 → 8.5}/fileChanges/last-build.bin +0 -0
- /package/.gradle/{8.10 → 8.5}/gc.properties +0 -0
|
@@ -276,7 +276,11 @@ export default {
|
|
|
276
276
|
}
|
|
277
277
|
if (event.target.checked) {
|
|
278
278
|
this.selecteddata.push(row.id)
|
|
279
|
-
this.rowsdata.push({
|
|
279
|
+
this.rowsdata.push({
|
|
280
|
+
id:row.id,
|
|
281
|
+
name:row.f_address,
|
|
282
|
+
orgid: row.f_orgid,
|
|
283
|
+
gridman: row.f_gridman})
|
|
280
284
|
if(this.length === this.selecteddata.length){
|
|
281
285
|
this.all = true
|
|
282
286
|
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|