页面路径完善
This commit is contained in:
@@ -188,7 +188,7 @@ const handleAdd = () => {
|
||||
/** 修改按钮操作 */
|
||||
const handleUpdate = async (row?: PlanVO) => {
|
||||
router.push({
|
||||
path: '/inspection/addPlan',
|
||||
path: '/inspection/editPlan',
|
||||
query: {
|
||||
id: row.id
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user