fix : 修复页面细节

This commit is contained in:
2024-05-30 22:51:06 +08:00
parent 92e935622a
commit 7791648837
6 changed files with 36 additions and 19 deletions

View File

@@ -172,7 +172,7 @@ const getList = async () => {
const handleAdd = () => {
router.push({
path: '/workflow/process/edit',
path: '/workflow/process/add',
})
}