diff --git a/src/views/wf/allwork.vue b/src/views/wf/allwork.vue index 16a8634a..c5fe59bc 100644 --- a/src/views/wf/allwork.vue +++ b/src/views/wf/allwork.vue @@ -37,9 +37,7 @@ @@ -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 @@