From 50a17fbd1d3b4bbaf435d495f2d5dadc8cec1a75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E5=89=8D=E6=98=8E?= <909355014@qq.com> Date: Thu, 1 Sep 2022 11:04:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5=E8=AE=BE=E5=A4=87=E5=90=8E?= =?UTF-8?q?=E7=9A=84=E5=88=B7=E6=96=B0=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/am/audio.vue | 1 + src/views/am/blt.vue | 1 + src/views/am/em1.vue | 1 + src/views/am/monitor.vue | 3 ++- src/views/ecm/event_cate_form.vue | 4 ++-- src/views/ecm/notify_setting.vue | 2 +- src/views/wf/state.vue | 11 ++++++----- src/views/wf/ticketdetail.vue | 10 +++++++++- src/views/wf/transform.vue | 5 +++++ 9 files changed, 28 insertions(+), 10 deletions(-) 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 @@