diff --git a/src/views/am/audio.vue b/src/views/am/audio.vue index a07d31d4..b4bd8813 100644 --- a/src/views/am/audio.vue +++ b/src/views/am/audio.vue @@ -120,6 +120,7 @@ export default { async syncData() { this.syncLoading = true; var res = await this.$API.third.tdevice.speakerSync.req({}); + this.$refs.table.refresh(); this.syncLoading = false; }, }, diff --git a/src/views/am/blt.vue b/src/views/am/blt.vue index 4dc4c6a1..7c1e3bb7 100644 --- a/src/views/am/blt.vue +++ b/src/views/am/blt.vue @@ -165,6 +165,7 @@ export default { async syncData() { this.syncLoading = true; var res = await this.$API.third.tdevice.vchannelSync.req({}); + this.$refs.table.refresh(); this.syncLoading = false; }, getEmployeeList() { diff --git a/src/views/am/em1.vue b/src/views/am/em1.vue index 02466edb..7642bbcf 100644 --- a/src/views/am/em1.vue +++ b/src/views/am/em1.vue @@ -163,6 +163,7 @@ export default { async syncData() { this.syncLoading = true; var res = await this.$API.third.tdevice.dchannelSync.req({}); + this.$refs.table.refresh(); this.syncLoading = false; }, }, diff --git a/src/views/am/monitor.vue b/src/views/am/monitor.vue index ee91cad7..6d0b4b05 100644 --- a/src/views/am/monitor.vue +++ b/src/views/am/monitor.vue @@ -50,7 +50,7 @@