safecheck-client 3.0.33-43 → 3.0.33-45
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 +133 -133
- package/src/App.vue +31 -31
- package/src/filiale/Util.js +337 -337
- package/src/filiale/bayan/android/SafecheckUserInfo.vue +1 -1
- package/src/filiale/fugou/pc/CheckBookSearchUser.vue +810 -810
- package/src/filiale/fugou/pc/CheckBookUser.vue +158 -158
- package/src/filiale/rongchuang/android/SafecheckDevices.vue +1400 -1400
- package/src/filiale/rongchuang/android/SafecheckOrderV.vue +2692 -2692
- package/src/filiale/rongchuang/android.js +13 -13
- package/src/filiale/rongchuang/pc/NewCheckpaper.vue +61 -8
- package/src/filiale/yangchunboneng/android/SafecheckOrderV.vue +2832 -2832
@@ -433,7 +433,7 @@ export default {
|
|
433
433
|
})
|
434
434
|
},
|
435
435
|
getPhone() {
|
436
|
-
new HttpResetClass().load('POST', 'rs/sql/tel_singleTable_OrderBy', {
|
436
|
+
new HttpResetClass().load('POST', 'this.$androidUtil.getProxyUrl()}/rs/sql/tel_singleTable_OrderBy', {
|
437
437
|
data: {
|
438
438
|
items: 'f_user_phone',
|
439
439
|
tablename: 't_userinfo',
|