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