From 3d143f0073ac16b23d8630553cf66fff72da35f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=8E=E6=B0=B8=E9=A1=BA?= <971387674@qq.com> Date: Wed, 20 Mar 2024 15:37:06 +0800 Subject: [PATCH] =?UTF-8?q?custom-=E8=89=BE=E5=BF=97=E5=B7=A5=E4=B8=9A-?= =?UTF-8?q?=E5=90=88=E5=B9=B6=E4=B8=AA=E7=A8=8E=20=E5=8E=BB=E6=8E=89isDepA?= =?UTF-8?q?uth=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pc4mobx/hrmSalary/stores/taxAgent.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pc4mobx/hrmSalary/stores/taxAgent.js b/pc4mobx/hrmSalary/stores/taxAgent.js index 1c63b3a4..fb47aad6 100644 --- a/pc4mobx/hrmSalary/stores/taxAgent.js +++ b/pc4mobx/hrmSalary/stores/taxAgent.js @@ -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();