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;