页面路径完善
This commit is contained in:
@@ -157,9 +157,7 @@ const submitForm = () => {
|
||||
};
|
||||
// 推出
|
||||
const cancelForm = () => {
|
||||
router.push({
|
||||
path: '/carArea/parking'
|
||||
});
|
||||
router.back();
|
||||
};
|
||||
</script>
|
||||
|
||||
|
||||
@@ -186,7 +186,7 @@ const handleAdd = () => {
|
||||
/** 修改按钮操作 */
|
||||
const handleUpdate = async (row?: ParkingVO) => {
|
||||
router.push({
|
||||
path: '/carArea/addParking',
|
||||
path: '/carArea/editParking',
|
||||
query: {
|
||||
id: row.id
|
||||
}
|
||||
|
||||
@@ -158,9 +158,7 @@ const submitForm = () => {
|
||||
};
|
||||
// 推出
|
||||
const cancelForm = () => {
|
||||
router.push({
|
||||
path: '/carArea/monthCard'
|
||||
});
|
||||
router.back();
|
||||
};
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user