Browse Source

设置非必填

master
suyanyan 2 months ago
parent
commit
73de40b772
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      SafeCampus.WEB/src/typings/props.d.ts

+ 1
- 1
SafeCampus.WEB/src/typings/props.d.ts View File

@@ -29,7 +29,7 @@ declare namespace FormProps {
inline?: boolean; inline?: boolean;
// 树数据 // 树数据
treeAllData?: Array<any>; treeAllData?: Array<any>;
records: Array<any>;
records?: Array<any>;
/** 表单布局 */ /** 表单布局 */
successful?: () => void; successful?: () => void;
} }


Loading…
Cancel
Save