From 7d338934bd29834fc3ccf15e599ea364b71ba86b Mon Sep 17 00:00:00 2001 From: mk <2403457699@qq.com> Date: Wed, 23 Oct 2024 16:57:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=84=E7=90=86=E4=BA=8B=E4=BB=B6=E6=8F=90?= =?UTF-8?q?=E4=BA=A4=E6=8E=A5=E5=8F=A3=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/index.js | 1 + src/api/service.js | 8 ++++++++ src/views/HotlineDetail/index.vue | 5 +++-- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/src/api/index.js b/src/api/index.js index 16d6427..e7a608f 100644 --- a/src/api/index.js +++ b/src/api/index.js @@ -19,6 +19,7 @@ const api = { agencyGridDepttree:'/gov/org/customeragency/agencyGridDepttree', process:'/governance/icEvent/process', reply:'/governance/icEvent/reply', + multiReply:'/governance/icEvent/multiReply', refund:'/governance/icEvent/reply', agencyRootDepttree:'/gov/org/customeragency/rootAgencyGridDepttree', diff --git a/src/api/service.js b/src/api/service.js index 3c6b51a..b6ab003 100644 --- a/src/api/service.js +++ b/src/api/service.js @@ -113,6 +113,14 @@ export function reply(data) { data }) } +//处理事件 +export function multiReply(data) { + return request({ + url: api.multiReply, + method: 'post', + data + }) +} //各种找人详情 export function getSearchResis(params) { return request({ diff --git a/src/views/HotlineDetail/index.vue b/src/views/HotlineDetail/index.vue index f6a7dce..0ed1f0f 100644 --- a/src/views/HotlineDetail/index.vue +++ b/src/views/HotlineDetail/index.vue @@ -320,7 +320,7 @@