From 73d78d17cdddce957b2b35645e9b86bad34fd547 Mon Sep 17 00:00:00 2001 From: yangzongjia Date: Tue, 6 Jun 2023 19:17:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=B9=E6=8E=A5=E8=AE=BE=E5=A4=87=E3=80=82?= =?UTF-8?q?=E5=85=A5=E4=BE=B5=E6=8A=A5=E8=AD=A6=E3=80=82=E6=8B=89=E5=8F=96?= =?UTF-8?q?=E6=8A=A5=E8=AD=A6=E6=B6=88=E6=81=AF=E3=80=82=E6=91=84=E5=83=8F?= =?UTF-8?q?=E5=A4=B4=E6=8A=93=E5=9B=BE=E7=94=A8=E6=9D=A5=E6=AF=94=E5=AF=B9?= =?UTF-8?q?=E5=9B=BE=E7=89=87=E7=9B=B8=E4=BC=BC=E5=BA=A6=20=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E7=BD=91=E7=BB=9C=E5=BD=95=E5=83=8F=E6=9C=BA=E8=AE=BE?= =?UTF-8?q?=E5=A4=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/call.js | 5 + src/views/baojingchaxun/baojingchaxunList.vue | 5 +- src/views/call.vue | 905 +++++++++--------- .../shebeitaizhang/shebeitaizhangAdd.vue | 24 +- .../shebeitaizhang/shebeitaizhangInfo.vue | 14 +- 5 files changed, 482 insertions(+), 471 deletions(-) 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 }} - - -