diff --git a/src/api/index.js b/src/api/index.js index 319d1d9..6f14c24 100644 --- a/src/api/index.js +++ b/src/api/index.js @@ -19,7 +19,8 @@ const api = { agencyGridDepttree:'/gov/org/customeragency/agencyGridDepttree', process:'/governance/icEvent/process', reply:'/governance/icEvent/reply', - + refund:'/governance/icEvent/reply', + agencyRootDepttree:'/gov/org/customeragency/rootAgencyGridDepttree', } diff --git a/src/api/service.js b/src/api/service.js index b443f50..3c6b51a 100644 --- a/src/api/service.js +++ b/src/api/service.js @@ -121,4 +121,21 @@ export function getSearchResis(params) { params }) } +//退件 +export function refund(data) { + return request({ + url: api.refund, + method: 'post', + data + }) +} +//客户下的组织树 +export function agencyRootDepttree(data) { + return request({ + url: api.agencyRootDepttree, + method: 'post', + data + }) +} + diff --git a/src/views/Hotline/index.vue b/src/views/Hotline/index.vue index f8a5c8b..4a9cc71 100644 --- a/src/views/Hotline/index.vue +++ b/src/views/Hotline/index.vue @@ -31,7 +31,7 @@