mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
refactor(projects): finish refactor useTable and apply
This commit is contained in:
3
src/typings/api.d.ts
vendored
3
src/typings/api.d.ts
vendored
@ -219,5 +219,8 @@ declare namespace Api {
|
||||
/** children menu */
|
||||
children?: Menu[];
|
||||
}>;
|
||||
|
||||
/** menu list */
|
||||
type MenuList = Common.PaginatingQueryRecord<Menu>;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user