沈斌
2017-12-18 222b694609771d3f037b9098270f10d4b78d7b19
src/app/routes/users/installer/installer.component.ts
@@ -51,10 +51,6 @@
    this.getData();
  }
  approval() {
    this.msg.success(`审批了 ${this.selectedRows.length} 笔`);
  }
  checkAll(value: boolean) {
    this.curRows.forEach(i => {
      if (!i.disabled) i.checked = value;