页面路径完善
This commit is contained in:
@@ -187,7 +187,7 @@ const handleAdd = () => {
|
||||
/** 修改按钮操作 */
|
||||
const handleUpdate = async (row?: RepairVO) => {
|
||||
router.push({
|
||||
path: '/repair/addRepair',
|
||||
path: '/repair/editRepair',
|
||||
query: {
|
||||
id: row.id
|
||||
}
|
||||
|
||||
@@ -298,7 +298,7 @@ function backRouter() {
|
||||
|
||||
function handleEdit() {
|
||||
router.push({
|
||||
path: '/repair/addRepair',
|
||||
path: '/repair/editRepair',
|
||||
query: {
|
||||
id: form.value.id
|
||||
}
|
||||
|
||||
@@ -265,7 +265,7 @@ const handleAdd = () => {
|
||||
/** 修改按钮操作 */
|
||||
const handleUpdate = async (row?: RepairProjectVO) => {
|
||||
router.push({
|
||||
path: '/system/addRepairProjectList',
|
||||
path: '/system/editRepairProjectList',
|
||||
query: {
|
||||
id: row.id
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user