This commit is contained in:
wyw 2024-08-15 10:16:56 +08:00
commit 232f8ca325
2 changed files with 3 additions and 2 deletions

View File

@ -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" : {

View File

@ -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) {