1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
| /** 帮助文档管理FORM */
| export const HELPCOCMANAGECONDDEFVALUES = {
| contenttype: "",
| boardname: "",
| boarddesc: "",
| begintime: "",
| endtime: "",
| ispublish: "",
| showtoroles: "",
| publishscope: "",
| showtoorg: [],
| file: "file"
| };
| /** 公告管理FORM */
| export const NOTICEINFOCONDDEFVALUES = {
| contenttype: "",
| boardname: "",
| boardtitle: "",
| boarddesc: "",
| begintime: "",
| endtime: "",
| ispublish: "",
| showtoroles: "",
| publishscope: "",
| showtoorg: [],
| file: "file"
| };
|
|