|
|
|
@ -45,8 +45,6 @@ export default function userPage() {
|
|
|
|
|
|
|
|
|
|
let idsStr = idsList.join(',');
|
|
|
|
|
|
|
|
|
|
console.log('idsStr', idsStr);
|
|
|
|
|
|
|
|
|
|
let api = '';
|
|
|
|
|
if (topBarSearchRequest) {
|
|
|
|
|
let request = { ...topBarSearchRequest, ids: idsStr };
|
|
|
|
@ -247,13 +245,13 @@ export default function userPage() {
|
|
|
|
|
// 岗位人员地址
|
|
|
|
|
let postUserUrl = `/spa/organization/static/index.html#/main/organization/resourceCard/${d.data.fobjid}`;
|
|
|
|
|
//集团通讯录
|
|
|
|
|
let addressBookGroupUrl = `/spa/organization/static/index.html#/main/organization/resource/?virtualtype=${d.data.fecid}`;
|
|
|
|
|
let addressBookGroupUrl = `/spa/organization/static/index.html#/main/organization/resource/?virtualtype=0`;
|
|
|
|
|
// 分部通讯录
|
|
|
|
|
let addressBookUrl = `/spa/organization/static/index.html#/main/organization/resource/?subcompanyid1=${d.data.fecid}`;
|
|
|
|
|
let addressBookUrl = `/spa/organization/static/index.html#/main/organization/resource/?companyId=${d.data.fobjid}`;
|
|
|
|
|
// 部门通讯录
|
|
|
|
|
let addressBookDepartmentUrl = `/spa/organization/static/index.html#/main/organization/resource/?departmentid=${d.data.fecid}`;
|
|
|
|
|
let addressBookDepartmentUrl = `/spa/organization/static/index.html#/main/organization/resource/?departmentId=${d.data.fobjid}`;
|
|
|
|
|
// 岗位通讯录
|
|
|
|
|
let addressBookPostUrl = `/spa/organization/static/index.html#/main/organization/resource/?departmentid=${d.data.fobjparentId}`;
|
|
|
|
|
let addressBookPostUrl = `/spa/organization/static/index.html#/main/organization/resource/?jobTitle=${d.data.fobjid}`;
|
|
|
|
|
|
|
|
|
|
if (d.data.ftype == 0 || d.data.ftype == 1 || d.data.ftype == 2) {
|
|
|
|
|
return `<div>
|
|
|
|
|