沈斌
2017-12-18 d9e4a6800bd2a73d515ab52b26ce57b95c0996b7
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');
  }
}