Merge branch 'master' of http://47.122.43.22:3000/ykx/lm-safe-app
This commit is contained in:
commit
232f8ca325
@ -2,8 +2,8 @@
|
|||||||
"name" : "双控安全Beta", //正式:双控安全 测试:双控安全Beta
|
"name" : "双控安全Beta", //正式:双控安全 测试:双控安全Beta
|
||||||
"appid" : "__UNI__713D200", //正式:__UNI__A6AA052 测试:__UNI__713D200
|
"appid" : "__UNI__713D200", //正式:__UNI__A6AA052 测试:__UNI__713D200
|
||||||
"description" : "连锰矿山安全app",
|
"description" : "连锰矿山安全app",
|
||||||
"versionName" : "1.0.02", //正式下载使用后版本号升级1.0.0->1.0.01
|
"versionName" : "1.0.03", //正式下载使用后版本号升级1.0.0->1.0.01
|
||||||
"versionCode" : "1002",
|
"versionCode" : "1003",
|
||||||
"transformPx" : false,
|
"transformPx" : false,
|
||||||
/* 5+App特有相关 */
|
/* 5+App特有相关 */
|
||||||
"app-plus" : {
|
"app-plus" : {
|
||||||
|
|||||||
@ -207,6 +207,7 @@
|
|||||||
let personid = uni.getStorageSync('appInfo').User.PERSON_ID;
|
let personid = uni.getStorageSync('appInfo').User.PERSON_ID;
|
||||||
const json = initFilter(this.ORG_ID, "", "")
|
const json = initFilter(this.ORG_ID, "", "")
|
||||||
extendRule(json, 'CHARGE_PERSON_ID', 1, personid);
|
extendRule(json, 'CHARGE_PERSON_ID', 1, personid);
|
||||||
|
extendRule(json, 'ENABLE_STATUS', 1, 0);
|
||||||
extendInclude(json, 'Nav_TeamPersons.Nav_Person.Nav_User');
|
extendInclude(json, 'Nav_TeamPersons.Nav_Person.Nav_User');
|
||||||
getTeamUsers(json).then(res => {
|
getTeamUsers(json).then(res => {
|
||||||
if (res && res.length > 0) {
|
if (res && res.length > 0) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user