From be62ebc37a3cb55e497f8de8d49512a1d272c215 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E5=89=8D=E6=98=8E?= <909355014@qq.com> Date: Mon, 18 Jul 2022 14:46:44 +0800 Subject: [PATCH 1/5] =?UTF-8?q?=E4=BF=AE=E6=94=B9state?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/am/audio.vue | 10 ++++------ src/views/wf/state.vue | 28 +++++++--------------------- 2 files changed, 11 insertions(+), 27 deletions(-) diff --git a/src/views/am/audio.vue b/src/views/am/audio.vue index 71e552b7..fc5dca52 100644 --- a/src/views/am/audio.vue +++ b/src/views/am/audio.vue @@ -46,11 +46,6 @@ }} - @@ -101,14 +99,6 @@ }, }); }, - handleAccept(row) { - this.$API.wf.ticket.ticketAccept.req(row.id, {}).then(res => { - if (res.err_msg) { - } else { - this.getList(); - } - }) - }, }, }; diff --git a/src/views/wf/configuration.vue b/src/views/wf/configuration.vue index df35ddef..075ea2b9 100644 --- a/src/views/wf/configuration.vue +++ b/src/views/wf/configuration.vue @@ -1,6 +1,6 @@