feat:使用 router name 进行跳转
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user