页面路径完善
This commit is contained in:
@@ -249,7 +249,7 @@ const handleUpdate = async (row?: MonthCardVO) => {
|
||||
reset();
|
||||
const _id = row?.id || ids.value[0];
|
||||
router.push({
|
||||
path: '/carArea/addMonthCard',
|
||||
path: '/carArea/editMonthCard',
|
||||
query: {
|
||||
id: _id
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user