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 @@