Commit c25862bb authored by chenshouchao's avatar chenshouchao

Merge branch 'feat-20220620-taskSubmission' into feat-20220705-customTemplate

parents a194e03a 5a848a80
......@@ -40,7 +40,7 @@ const ProjectSubmitWork = () => {
// 前往工作台
const goToWorkbench = (toWorkbenchList = false) => {
navigate("/product/cadd/projectWorkbench", {
state: { from: toWorkbenchList ? "submitWork" : "" },
state: { type: toWorkbenchList ? "workbenchList" : "" },
});
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment