This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
bjquanjiang
/
pinganxiaoyuan
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
设置非必填
master
suyanyan
4 months ago
parent
895c1895ca
commit
73de40b772
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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;
// 树数据
treeAllData?: Array<any>;
records: Array<any>;
records
?
: Array<any>;
/** 表单布局 */
successful?: () => void;
}
Write
Preview
Loading…
Cancel
Save