From 5ffc868eae434be24d59814d6208cdc84b5f13e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=AF=E5=B0=8F=E7=8E=8B=E5=91=80=5C24601?= <819653817@qq.com> Date: Thu, 16 Jan 2025 10:07:43 +0800 Subject: [PATCH] =?UTF-8?q?=E9=AB=98=E7=BA=A7=E8=AE=BE=E7=BD=AE=E5=8A=A0?= =?UTF-8?q?=E5=AD=97=E6=AE=B5?= 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 | 84 ++++++++++++++++--------------- 3 files changed, 53 insertions(+), 40 deletions(-) diff --git a/src/api/index.js b/src/api/index.js index e7a608f..32e4ab0 100644 --- a/src/api/index.js +++ b/src/api/index.js @@ -22,6 +22,7 @@ const api = { multiReply:'/governance/icEvent/multiReply', refund:'/governance/icEvent/reply', agencyRootDepttree:'/gov/org/customeragency/rootAgencyGridDepttree', + getStreetConfigDetail:'/governance/icEventConfig/getStreetConfigDetail', } diff --git a/src/api/service.js b/src/api/service.js index b6ab003..b0de756 100644 --- a/src/api/service.js +++ b/src/api/service.js @@ -17,6 +17,14 @@ export function getServiceListProcess(params) { params }) } +// //高级系统配置 +export function getStreetConfigDetail(params) { + return request({ + url: api.getStreetConfigDetail, + method: 'get', + params + }) +} //已完成列表 export function getServiceListCompleted(params) { return request({ diff --git a/src/views/HotlineDetail/index.vue b/src/views/HotlineDetail/index.vue index 6300ec6..6a2955b 100644 --- a/src/views/HotlineDetail/index.vue +++ b/src/views/HotlineDetail/index.vue @@ -269,50 +269,39 @@ - - - - - - - - + - + - - - - - - - + placeholder="请选择" :required="smsFlag" @click="showloseContact = true" /> + placeholder="请选择" :required="smsFlag" @click="showputThrough = true" /> + placeholder="请选择" :required="smsFlag" @click="showcooperate = true" /> + placeholder="请选择" :required="smsFlag" @click="showsatisfaction = true" />
+ placeholder="请输入内容" rows="2" autosize show-word-limit :required="smsFlag" />
@@ -338,7 +327,7 @@