瀏覽代碼

设置非必填

master
suyanyan 2 月之前
父節點
當前提交
73de40b772
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      SafeCampus.WEB/src/typings/props.d.ts

+ 1
- 1
SafeCampus.WEB/src/typings/props.d.ts 查看文件

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


Loading…
取消
儲存