How to use the ea-react-dm-v14.Model function in ea-react-dm-v14

To help you get started, we’ve selected a few ea-react-dm-v14 examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github ppdaicorp / das / das-console-static / src / model / das / ProjectModel.es6 View on Github external
import {Model} from 'ea-react-dm-v14'
import {UserEnv} from '../../view/components/utils/util/Index'

@Model('ProjectModel')
export default class ProjectModel {
    static rs

    static list = []

    static suggestion = {}

    static searchInfo = {
        totalCount: 0,
        page: 1,
        pageSize: 10,
        sort: 'id',
        data: { //GenTaskByFreeSqlPojo
            dal_group_id: null
        }
    }
github ppdaicorp / das / das-console-static / src / model / user / UserModel.es6 View on Github external
import {Model} from 'ea-react-dm-v14'

@Model('UserModel')
export default class UserModel {
    static menus = []

    static rs

    static list = []

    static searchInfo = {
        totalCount: 0,
        page: 1,
        pageSize: 10,
        sort: 'id',
        data: {
            user_no: ''

        }

ea-react-dm-v14

简化react和redux的繁杂流程,更简单的数据操作管理

MIT
Latest version published 6 years ago

Package Health Score

36 / 100
Full package analysis

Popular ea-react-dm-v14 functions