fengxiang
2017-12-27 99ebebbcbdf93b1ddd0c5fe98ea4cc844965361e
设备信息修复
1 files modified
6 ■■■■■ changed files
src/app/routes/devices/version/version.component.ts 6 ●●●●● patch | view | raw | blame | history
src/app/routes/devices/version/version.component.ts
@@ -73,15 +73,13 @@
    });
  }
  queryTextChanged($event) {
      // tslint:disable-next-line:no-debugger
      debugger;
      this.queryTextStream.next(this.queryText);
      this.queryTextStream.next(this.queryMap.value);
  }
  load(reload: boolean = false) {
    if (reload) {
      this.grid.pageIndex = 1 ;
    }
    this.versionService.getPagingList(this.grid, this.queryText).subscribe(
    this.versionService.getPagingList(this.grid, this.queryMap.value).subscribe(
       (res: PageBean) => {
            if (res.total > 0 && res.data != null) {
              this.grid.initData(res);