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;