修改
This commit is contained in:
parent
2ed37c8ba6
commit
d59e694f9d
@ -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