From e36c5b43e3b3f6fb6afb5ad42e206bf89492c54f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E5=89=8D=E6=98=8E?= <909355014@qq.com> Date: Tue, 6 Sep 2022 17:19:15 +0800 Subject: [PATCH] blt sync bug --- src/views/am/blt.vue | 2 +- src/views/ecm/event.vue | 155 +++++++++++++++++++++++++++----------- src/views/ecm/myevent.vue | 74 ++++++++++++++---- 3 files changed, 173 insertions(+), 58 deletions(-) diff --git a/src/views/am/blt.vue b/src/views/am/blt.vue index 7c1e3bb7..87e857ad 100644 --- a/src/views/am/blt.vue +++ b/src/views/am/blt.vue @@ -164,7 +164,7 @@ export default { //同步 async syncData() { this.syncLoading = true; - var res = await this.$API.third.tdevice.vchannelSync.req({}); + var res = await this.$API.third.tdevice.bltSync.req({}); this.$refs.table.refresh(); this.syncLoading = false; }, diff --git a/src/views/ecm/event.vue b/src/views/ecm/event.vue index e2fec50d..f9fd218d 100644 --- a/src/views/ecm/event.vue +++ b/src/views/ecm/event.vue @@ -1,15 +1,48 @@