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