所有菜单的 name 都加上模块的前缀,避免冲突
This commit is contained in:
@ -63,14 +63,14 @@ const [registerTable, { deleteData }] = useXTable({
|
||||
// 新增操作
|
||||
const handleCreate = () => {
|
||||
push({
|
||||
name: 'bpmFormEditor'
|
||||
name: 'BpmFormEditor'
|
||||
})
|
||||
}
|
||||
|
||||
// 修改操作
|
||||
const handleUpdate = async (rowId: number) => {
|
||||
await push({
|
||||
name: 'bpmFormEditor',
|
||||
name: 'BpmFormEditor',
|
||||
query: {
|
||||
id: rowId
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user