fix: 修复问题

This commit is contained in:
xlsea
2025-05-11 15:40:24 +08:00
parent 498b4d866d
commit 873424e65a
4 changed files with 27 additions and 23 deletions

View File

@ -570,7 +570,7 @@ declare namespace Api {
/** 备注 */
remark: string;
/** 菜单树选择项是否关联显示 */
menuCheckStrictly: number;
menuCheckStrictly: boolean;
/** 状态0正常 1停用 */
status: string;
/** 删除标志0代表存在 1代表删除 */