页面路径完善
This commit is contained in:
@@ -193,14 +193,14 @@ const handleSelectionChange = (selection: ParkingCostVO[]) => {
|
||||
/** 新增按钮操作 */
|
||||
const handleAdd = () => {
|
||||
router.push({
|
||||
path: '/carArea/addparkingcost'
|
||||
path: '/carArea/addParkingCost'
|
||||
});
|
||||
};
|
||||
|
||||
/** 修改按钮操作 */
|
||||
const handleUpdate = async (row?: ParkingCostVO) => {
|
||||
router.push({
|
||||
path: '/carArea/addparkingcost',
|
||||
path: '/carArea/editParkingCost',
|
||||
query: {
|
||||
id: row.id
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user