diff --git a/src/api/admin/meeting/equipment.js b/src/api/admin/meeting/equipment.js index 697c233..fc688b9 100644 --- a/src/api/admin/meeting/equipment.js +++ b/src/api/admin/meeting/equipment.js @@ -28,11 +28,11 @@ export function recordByDeviceId (id) { }) } -export function getUserList(){ +export function getUserList(params){ return axios({ url: api.equipment + '/getUserList', method: 'get', - params: {} + params: params }) } diff --git a/src/views/admin/meeting/EquipmentList.vue b/src/views/admin/meeting/EquipmentList.vue index c6fc766..e788034 100644 --- a/src/views/admin/meeting/EquipmentList.vue +++ b/src/views/admin/meeting/EquipmentList.vue @@ -42,16 +42,16 @@ :data='loadData' > - 门禁 - 开门控制器 + 门禁 + 开门控制器 - {{record.buildName}}{{record.roomName}} + {{ record.buildName }}{{ record.roomName }} - 启用 - 损坏 - 离线 + 启用 + 损坏 + 离线 {{ 1 }} @@ -64,20 +64,27 @@ - + +
- - + + - + + + + + 全部 + {{item.name}} + + + - - 查询 - 重置 + 查询 @@ -85,15 +92,31 @@
- - +
+
+ + +
+
+
+
已选:{{ selectedPersonRows.length }}
+ 清空 +
+
+
+
手机号:{{ item.mobile }} - 姓名:{{ item.username }}
+ +
+
+
+
@@ -101,11 +124,11 @@ + \ No newline at end of file