Commit 1ef23385 authored by chenshouchao's avatar chenshouchao

Merge branch 'feat-20220705-customTemplate' into 'release'

cn- Feat 20220705 custom template

See merge request !75
parents fe719b91 c25862bb
......@@ -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