fengxiang
2018-03-14 aee3b7ea53df69cedae9e8210987000caf059c9f
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) {