fengxiang
2018-05-10 70e75350a1a24147ddbc50f8051ba8fd510f0c3e
src/app/business/entity/grid.ts
@@ -83,7 +83,7 @@
        );
        this.selectedIndexs = this.selectedIndexs == null ? [] : this.selectedIndexs;
      }
    constructor(config: object) {
    constructor(config?: object) {
        if (config != null) {
            const keys = Object.getOwnPropertyNames(config);
            for (const index in keys) {