apply-clients 7.1.38 → 7.1.41
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
|
@@ -414,7 +414,7 @@
|
|
|
414
414
|
}
|
|
415
415
|
|
|
416
416
|
let res = await this.$resetpost(
|
|
417
|
-
`rs/sql/
|
|
417
|
+
`rs/sql/getApplyAddress`,
|
|
418
418
|
{data: data},
|
|
419
419
|
{resolveMsg: null, rejectMsg: '街道查询失败,请重新进入!!!'}
|
|
420
420
|
)
|
|
@@ -443,7 +443,7 @@
|
|
|
443
443
|
}
|
|
444
444
|
|
|
445
445
|
let res = await this.$resetpost(
|
|
446
|
-
`rs/sql/
|
|
446
|
+
`rs/sql/getApplyAddress`,
|
|
447
447
|
{data: data},
|
|
448
448
|
{resolveMsg: null, rejectMsg: '小区查询失败,请重新进入!!!'}
|
|
449
449
|
)
|