// import methodData from "../data/method-data";
// 详情页面
//,"paging":{"pageSize":15,"totalCount":13,"totalPage":0,"pageIndex":1,"currentCount":13,"currentRate":100,"limtStartIndex":0}
/* eslint-disable no-unused-vars */
/* eslint-disable no-undef */
export default {
    init(that) {
        this.loadDataComm(that, that.filter);
    },
    loadDataComm(that, filterT = {}, filter = {}, meta = {}, dataCol = {}, callback = null) {
        let thisT = this;
        const responseCallback = (thatN, dataColN, methodDataN) => {

        }
        const requestCallback = (thatN, dataColN, methodDataN, filterT) => {

            return filterT;
        };
        const methodDataT = {
            options: {
                primarys: [
                    // {
                    //     field: "factId",
                    // }
                ],
                rootMeta: {},
                filter: {
                    // _menuId: "",
                    _nodejs: "common-data",
                },
            }
        };
        let filterC = {
            _filterDateId: filterT._filterDateId,//本月
            _nodejs: "common-data",
            factId: that.$route.params.filterFactoryIdAna
        };
        let metaC = {
            mkey: "cpc-ws-factory",
            field: "dashboard"
        };
        let dataColC = {
            // data: "share"
        };
        that.$bsAjax.getBizStatistics(that, methodDataT,
            filterC, metaC, dataColC,
            responseCallback, requestCallback);
    }
}
文档更新时间: 2022-09-04 18:39   作者:admin