safecheck-client 4.0.0-42 → 4.0.0-43
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
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "safecheck-client",
|
3
3
|
"//": "主分支版本别乱升,测试包的版本直接发包(建议使用1.XX.XX-XXX格式作为测试包,不要频繁升级第三位版本号),别提交版本号。切了分支切记把主分支版本升了,保证主分支始终是最高版本!!!!!",
|
4
|
-
"version": "4.0.0-
|
4
|
+
"version": "4.0.0-43",
|
5
5
|
"description": "安检模块 前端组件",
|
6
6
|
"author": "丁新 <417755458@qq.com>",
|
7
7
|
"license": "ISC",
|
@@ -66,7 +66,7 @@ export default {
|
|
66
66
|
},
|
67
67
|
//查询安检员selectChanged
|
68
68
|
async searchChecker(){
|
69
|
-
let res=await new HttpResetClass().load('POST', '/
|
69
|
+
let res=await new HttpResetClass().load('POST', '/rs/search', {
|
70
70
|
source: 'tool.getChildrenOfResName($安检员$)',
|
71
71
|
userid: this.$login.f.id
|
72
72
|
}, {resolveMsg: null, rejectMsg: null})
|
@@ -174,7 +174,7 @@ export default {
|
|
174
174
|
//片区获取
|
175
175
|
async getSliceArea() {
|
176
176
|
let http = new HttpResetClass()
|
177
|
-
let getAllArea = await http.load('POST', '/
|
177
|
+
let getAllArea = await http.load('POST', '/rs/search', {
|
178
178
|
source: 'this.getParentByType($organization$).getAllChildrens().where(row.getType() == $zone$)',
|
179
179
|
userid: this.$login.f.id
|
180
180
|
}, {resolveMsg: null, rejectMsg: '获取片区出错!!!'})
|
@@ -548,7 +548,7 @@ export default {
|
|
548
548
|
//片区获取
|
549
549
|
async getSliceArea() {
|
550
550
|
let http = new HttpResetClass()
|
551
|
-
let getAllArea = await http.load('POST', '/
|
551
|
+
let getAllArea = await http.load('POST', '/rs/search', {
|
552
552
|
source: 'this.getParentByType($organization$).getAllChildrens().where(row.getType() == $zone$)',
|
553
553
|
userid: this.userlogin.id
|
554
554
|
}, {resolveMsg: null, rejectMsg: '获取片区出错!!!'})
|