1. 将 BasePage 重命名为 PageParam
2. 增加代码注释 3. 调整 menu 重置表单的逻辑,避免写 2 遍 null 的数据
This commit is contained in:
@@ -22,7 +22,7 @@ export type OperateLogVO = {
|
||||
resultMsg: string
|
||||
resultData: string
|
||||
}
|
||||
export interface OperateLogPageReqVO extends BasePage {
|
||||
export interface OperateLogPageReqVO extends PageParam {
|
||||
module?: string
|
||||
userNickname?: string
|
||||
type?: number
|
||||
|
Reference in New Issue
Block a user