@@ -956,6 +956,7 @@
},
// 获取公司数据
getGroupAll() {
+ console.log('getGroupAll~~~clientEnvironmentId', this.clientEnvironmentId);
const apiRequest = this.clientEnvironmentId == 6 ? listOrganizationsNew({deptIds: ['1998632792148717569', '1998632872721297409']}) : listOrganizations();
apiRequest.then((list) => {
console.log('listOrganizations', list);