custom-昂立/薪资账套配置流程审批地址

This commit is contained in:
黎永顺 2023-10-18 11:13:50 +08:00
parent 0e279b0e48
commit 773d276134
1 changed files with 2 additions and 2 deletions

View File

@ -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;