修改人员跳转链接
This commit is contained in:
parent
28042e2a3f
commit
dff4ddeaef
|
|
@ -243,17 +243,17 @@ export default function userPage() {
|
|||
// 岗位地址
|
||||
let jobtitleUrl = `/spa/organization/static/index.html#/main/organization/jobExtend/${d.data.fobjid}`;
|
||||
// 人员地址
|
||||
let userUrl = `/spa/hrm/index_mobx.html#/main/hrm/card/cardInfo/${d.data.fleader}`;
|
||||
let userUrl = `/spa/organization/static/index.html#/main/organization/resourceCard/${d.data.fleader}`;
|
||||
// 岗位人员地址
|
||||
let postUserUrl = `/spa/hrm/index_mobx.html#/main/hrm/card/cardInfo/${d.data.fobjid}`;
|
||||
let postUserUrl = `/spa/organization/static/index.html#/main/organization/resourceCard/${d.data.fobjid}`;
|
||||
//集团通讯录
|
||||
let addressBookGroupUrl = `/spa/hrm/index_mobx.html#/main/hrm/addressBook/?virtualtype=${d.data.fecid}`;
|
||||
let addressBookGroupUrl = `/spa/organization/static/index.html#/main/organization/resource/?virtualtype=${d.data.fecid}`;
|
||||
// 分部通讯录
|
||||
let addressBookUrl = `/spa/hrm/index_mobx.html#/main/hrm/addressBook/?subcompanyid1=${d.data.fecid}`;
|
||||
let addressBookUrl = `/spa/organization/static/index.html#/main/organization/resource/?subcompanyid1=${d.data.fecid}`;
|
||||
// 部门通讯录
|
||||
let addressBookDepartmentUrl = `/spa/hrm/index_mobx.html#/main/hrm/addressBook/?departmentid=${d.data.fecid}`;
|
||||
let addressBookDepartmentUrl = `/spa/organization/static/index.html#/main/organization/resource/?departmentid=${d.data.fecid}`;
|
||||
// 岗位通讯录
|
||||
let addressBookPostUrl = `/spa/hrm/index_mobx.html#/main/hrm/addressBook/?departmentid=${d.data.fobjparentId}`;
|
||||
let addressBookPostUrl = `/spa/organization/static/index.html#/main/organization/resource/?departmentid=${d.data.fobjparentId}`;
|
||||
|
||||
if (d.data.ftype == 0 || d.data.ftype == 1 || d.data.ftype == 2) {
|
||||
return `<div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue