From 773d276134515fe1d3a96a3fdc0d4e09107168ec 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, 18 Oct 2023 11:13:50 +0800 Subject: [PATCH] =?UTF-8?q?custom-=E6=98=82=E7=AB=8B/=E8=96=AA=E8=B5=84?= =?UTF-8?q?=E8=B4=A6=E5=A5=97=E9=85=8D=E7=BD=AE=E6=B5=81=E7=A8=8B=E5=AE=A1?= =?UTF-8?q?=E6=89=B9=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pc4mobx/hrmSalary/pages/calculate/calculate.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pc4mobx/hrmSalary/pages/calculate/calculate.js b/pc4mobx/hrmSalary/pages/calculate/calculate.js index 4db09b86..5e5d722b 100644 --- a/pc4mobx/hrmSalary/pages/calculate/calculate.js +++ b/pc4mobx/hrmSalary/pages/calculate/calculate.js @@ -56,7 +56,7 @@ class Calculate extends Component { return !showOperateBtn ? calculateOpts.slice(1) : calculateOpts; }; handleCalcOpts = ({ key }, record) => { - const { isRefresh, progressModule } = this.state, { id } = record; + const { isRefresh, progressModule } = this.state, { id, workflowUrl } = record; switch (key) { case "0": //核算 @@ -167,7 +167,7 @@ class Calculate extends Component { break; case "6": // 发起薪酬审批- 昂立 - window.open(`${window.ecologyContentPath || ""}${record.workflowUrl}&salaryAcctRecordId=${id}`, "_blank"); + window.open(`${window.ecologyContentPath || ""}${workflowUrl}&salaryAcctRecordId=${id}`, "_blank"); break; default: break;