apply-clients 3.3.60 → 3.3.64
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/build/dev-server.js
CHANGED
|
@@ -9,8 +9,8 @@ var compiler = webpack(config)
|
|
|
9
9
|
// var ldap = 'http://121.36.79.201:8400'
|
|
10
10
|
// var applyinstall = 'http://121.36.79.201:8400'
|
|
11
11
|
// var ldap = 'http://192.168.50.4:8400'
|
|
12
|
+
// var ldap = 'http://192.168.20.28:8400'
|
|
12
13
|
var ldap = 'http://192.168.20.28:8400'
|
|
13
|
-
// var ldap = 'http://192.168.20.27:8400'
|
|
14
14
|
// var ldap = 'http://61.163.127.69:8555'
|
|
15
15
|
// var applyinstall = 'http://192.168.20.27:8400'
|
|
16
16
|
var applyinstall = 'http://127.0.0.1:8080'
|
|
@@ -35,7 +35,7 @@ var proxyTable = {
|
|
|
35
35
|
'/rs/logic/getBatchOperaPro': {
|
|
36
36
|
target: ldap
|
|
37
37
|
},
|
|
38
|
-
'/rs/logic/
|
|
38
|
+
'/rs/logic/updateApplyOrder': {
|
|
39
39
|
target: ldap
|
|
40
40
|
},
|
|
41
41
|
'/rs/logic/getSaleInitData': {
|
package/package.json
CHANGED
|
@@ -481,13 +481,13 @@ export default {
|
|
|
481
481
|
async getDesignerPeople () {
|
|
482
482
|
let data = {
|
|
483
483
|
source: 'this.getParentByType($organization$).getChildByName($设计部报装$).getChildren()',
|
|
484
|
-
userid:
|
|
484
|
+
userid: Vue.user.id
|
|
485
485
|
}
|
|
486
486
|
|
|
487
487
|
let http = new HttpResetClass()
|
|
488
488
|
let res = await http.load(
|
|
489
489
|
'POST',
|
|
490
|
-
|
|
490
|
+
`${this.$androidUtil.getProxyUrl()}/rs/search`,
|
|
491
491
|
{data: data},
|
|
492
492
|
{resolveMsg: null, rejectMsg: '设计人员查询失败!!!'}
|
|
493
493
|
)
|