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

This commit is contained in:
黎永顺 2023-10-18 11:12:47 +08:00
parent f63b709085
commit 0e279b0e48
1 changed files with 4 additions and 0 deletions

View File

@ -165,6 +165,10 @@ class Calculate extends Component {
}
});
break;
case "6":
// 发起薪酬审批- 昂立
window.open(`${window.ecologyContentPath || ""}${record.workflowUrl}&salaryAcctRecordId=${id}`, "_blank");
break;
default:
break;
}