沈斌
2017-12-19 62266aa6ed5fd19fa1691089e6801e4450c4eaf1
src/app/routes/users/installer/installer.component.ts
@@ -108,4 +108,13 @@
    for (const item of ls) item.value = false;
    this.load(true);
  }
  // Popconfirm
  popConfirm(i) {
    this.msgSrv.success('Next step.');
  }
  popCancel() {
    this.msgSrv.error('Click on No');
  }
}