feat:使用 router name 进行跳转

This commit is contained in:
YunaiV
2025-10-20 19:14:00 +08:00
parent 2b15a1835d
commit fba34d6ceb
7 changed files with 49 additions and 89 deletions

View File

@@ -320,7 +320,7 @@ async function handleSave() {
// 返回列表页(排除更新的情况)
if (actionType !== 'update') {
router.push({ path: '/bpm/manager/model' });
await router.push({ path: '/bpm/manager/model' });
}
} catch (error: any) {
console.error('保存失败:', error);