diff --git a/src/api/call.js b/src/api/call.js index 794e4be..a1f4ac7 100644 --- a/src/api/call.js +++ b/src/api/call.js @@ -41,4 +41,9 @@ export function doCallMessageOffsets(data) { // 获取所有防区状态 export function getCallZoneStatusList(data) { return request({ url: '/call/getCallZoneStatusList', method: 'GET'}) +} + +// 临时测试 +export function callTempFunc() { + return request({ url: '/call/callTempFunc', method: 'GET'}) } \ No newline at end of file diff --git a/src/views/baojingchaxun/baojingchaxunList.vue b/src/views/baojingchaxun/baojingchaxunList.vue index 009f42a..e485a32 100644 --- a/src/views/baojingchaxun/baojingchaxunList.vue +++ b/src/views/baojingchaxun/baojingchaxunList.vue @@ -187,11 +187,12 @@ export default { }, init() { getCallPolicePage(this.listQuery).then((res) => { + console.log(res) if (res.code == 200) { - // this.list = res.data.records + this.list = res.data.records this.total = res.total } else { - // this.list = [] + this.list = [] } }) }, diff --git a/src/views/call.vue b/src/views/call.vue index fdf4a71..bf92943 100644 --- a/src/views/call.vue +++ b/src/views/call.vue @@ -79,7 +79,7 @@
拉取消息:38
手动提交消息偏移量:15
-
消费者ID:{{consumerId}}
+
消费者ID:{{ consumerId }}
@@ -112,455 +112,470 @@ \ No newline at end of file diff --git a/src/views/shebeitaizhang/shebeitaizhangAdd.vue b/src/views/shebeitaizhang/shebeitaizhangAdd.vue index e49816e..6ec2c42 100644 --- a/src/views/shebeitaizhang/shebeitaizhangAdd.vue +++ b/src/views/shebeitaizhang/shebeitaizhangAdd.vue @@ -15,20 +15,28 @@
编辑信息
- + + + *设备名称 + + + + + 设备位置 - + @@ -55,15 +63,7 @@ - - - *设备名称 - - - - - - + diff --git a/src/views/shebeitaizhang/shebeitaizhangInfo.vue b/src/views/shebeitaizhang/shebeitaizhangInfo.vue index 9e85d65..3755be5 100644 --- a/src/views/shebeitaizhang/shebeitaizhangInfo.vue +++ b/src/views/shebeitaizhang/shebeitaizhangInfo.vue @@ -14,11 +14,11 @@ - 设备验证码 + 设备名称 - {{ infoForm.vCode }} + {{ infoForm.name }} @@ -48,16 +48,6 @@ - - - 设备名称 - - - - {{ infoForm.name }} - - -