This commit is contained in:
wjn 2024-08-12 14:14:59 +08:00
parent 2ed37c8ba6
commit d59e694f9d

View File

@ -207,6 +207,7 @@
let personid = uni.getStorageSync('appInfo').User.PERSON_ID;
const json = initFilter(this.ORG_ID, "", "")
extendRule(json, 'CHARGE_PERSON_ID', 1, personid);
extendRule(json, 'ENABLE_STATUS', 1, 0);
extendInclude(json, 'Nav_TeamPersons.Nav_Person.Nav_User');
getTeamUsers(json).then(res => {
if (res && res.length > 0) {