|
const defaultForm = { id: null, username: null, nickName: null, gender: '男', email: null, enabled: 'false', roles: [], jobs: [], dept: { id: null }, phone: null, dmUser: { id: null }, dmCompany: { companyId: null }, orgPassword: null, errLimit: null, remark: null, userCode: null }
|
|
const defaultForm = { id: null, username: null, nickName: null, gender: '男', email: null, enabled: 'false', roles: [], jobs: [], dept: { id: null }, phone: null, dmUser: { id: null }, dmCompany: { companyId: null }, orgPassword: null, errLimit: null, remark: null, userCode: null }
|
|
components: { /* Treeselect, */ crudOperation, rrOperation, udOperation, pagination, DateRangePicker },
|
|
components: { /* Treeselect, */ crudOperation, rrOperation, udOperation, pagination, DateRangePicker },
|
|
mixins: [presenter(), header(), form(defaultForm), crud()],
|
|
mixins: [presenter(), header(), form(defaultForm), crud()],
|