From 6da582b887cf7ceadf1617417d7c15b239a2e008 Mon Sep 17 00:00:00 2001 From: fengxiang <110431245@qq.com> Date: Tue, 15 May 2018 10:45:08 +0800 Subject: [PATCH] 设备mac地址唯一性检验,查询数据行业添加 --- src/app/routes/devices/basic-info/basic-info.component.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/app/routes/devices/basic-info/basic-info.component.html b/src/app/routes/devices/basic-info/basic-info.component.html index 2b6b68d..bf288eb 100644 --- a/src/app/routes/devices/basic-info/basic-info.component.html +++ b/src/app/routes/devices/basic-info/basic-info.component.html @@ -24,4 +24,4 @@ </div> <simple-table #simpleTable [data]="listUrl" [extraParams]="extraParams" [columns]="columns" [showTotal]="true" [reqReName]="{pi: 'pageIndex',ps: 'pageSize'}" (checkboxChange)="checkboxChange($event)" [ps]="10" [resReName]="{list: 'data',total: 'total'}"></simple-table> -</nz-card> \ No newline at end of file +</nz-card> -- Gitblit v1.8.0