parent
99e7161b07
commit
3d143f0073
|
|
@ -160,8 +160,8 @@ export class TaxAgentStore {
|
|||
this.setStatisticsReportBtn(!isOpenDevolution ? true : !!(isAdminEnable || isChief));
|
||||
//薪资核算详情页面查看权限
|
||||
this.setPayrollPermission((isOpenDevolution && isAdminEnable) || !isOpenDevolution);
|
||||
//艾志薪资档案以及社保福利档案权限
|
||||
this.setIsDepAuth(isDepAuth);
|
||||
//艾志薪资档案以及社保福利档案权限---权限调整去掉这个逻辑
|
||||
// this.setIsDepAuth(isDepAuth);
|
||||
resolve({ status, data });
|
||||
} else {
|
||||
reject();
|
||||
|
|
|
|||
Loading…
Reference in New Issue