diff --git a/config/dev.env.js b/config/dev.env.js index bfd2420..2afdcdf 100644 --- a/config/dev.env.js +++ b/config/dev.env.js @@ -11,6 +11,7 @@ // BASE_API: '"http://192.168.0.212:8083"' // BASE_API: '"http://192.168.13.116:8085/callcenter/api"' BASE_API: '"http://111.198.10.15:11402/callcenter/api"' + // BASE_API: '"http://192.168.8.105:11402/callcenter/api"' // BASE_API: '"http://11.100.6.163:8083/callcenter/api"' // BASE_API: '"http://11.100.6.163:8087/callcenter/api"' // BASE_API: '"http://192.168.0.123:20007"' diff --git a/config/dev.env.js b/config/dev.env.js index bfd2420..2afdcdf 100644 --- a/config/dev.env.js +++ b/config/dev.env.js @@ -11,6 +11,7 @@ // BASE_API: '"http://192.168.0.212:8083"' // BASE_API: '"http://192.168.13.116:8085/callcenter/api"' BASE_API: '"http://111.198.10.15:11402/callcenter/api"' + // BASE_API: '"http://192.168.8.105:11402/callcenter/api"' // BASE_API: '"http://11.100.6.163:8083/callcenter/api"' // BASE_API: '"http://11.100.6.163:8087/callcenter/api"' // BASE_API: '"http://192.168.0.123:20007"' diff --git a/dist.zip b/dist.zip new file mode 100644 index 0000000..b184c3b --- /dev/null +++ b/dist.zip Binary files differ diff --git a/config/dev.env.js b/config/dev.env.js index bfd2420..2afdcdf 100644 --- a/config/dev.env.js +++ b/config/dev.env.js @@ -11,6 +11,7 @@ // BASE_API: '"http://192.168.0.212:8083"' // BASE_API: '"http://192.168.13.116:8085/callcenter/api"' BASE_API: '"http://111.198.10.15:11402/callcenter/api"' + // BASE_API: '"http://192.168.8.105:11402/callcenter/api"' // BASE_API: '"http://11.100.6.163:8083/callcenter/api"' // BASE_API: '"http://11.100.6.163:8087/callcenter/api"' // BASE_API: '"http://192.168.0.123:20007"' diff --git a/dist.zip b/dist.zip new file mode 100644 index 0000000..b184c3b --- /dev/null +++ b/dist.zip Binary files differ diff --git a/src/api/callCase.js b/src/api/callCase.js index 859d7c2..f80c31d 100644 --- a/src/api/callCase.js +++ b/src/api/callCase.js @@ -155,8 +155,6 @@ }) } - - // 社会治理-事件详情查询接口 export function socialDetail(params) { return request({ @@ -165,3 +163,11 @@ params }) } +// 代录事件-快速结案 +export function quicklyClosure(data) { + return request({ + url: '/sound/updateQuickRemarks', + method: 'post', + data + }) +} diff --git a/config/dev.env.js b/config/dev.env.js index bfd2420..2afdcdf 100644 --- a/config/dev.env.js +++ b/config/dev.env.js @@ -11,6 +11,7 @@ // BASE_API: '"http://192.168.0.212:8083"' // BASE_API: '"http://192.168.13.116:8085/callcenter/api"' BASE_API: '"http://111.198.10.15:11402/callcenter/api"' + // BASE_API: '"http://192.168.8.105:11402/callcenter/api"' // BASE_API: '"http://11.100.6.163:8083/callcenter/api"' // BASE_API: '"http://11.100.6.163:8087/callcenter/api"' // BASE_API: '"http://192.168.0.123:20007"' diff --git a/dist.zip b/dist.zip new file mode 100644 index 0000000..b184c3b --- /dev/null +++ b/dist.zip Binary files differ diff --git a/src/api/callCase.js b/src/api/callCase.js index 859d7c2..f80c31d 100644 --- a/src/api/callCase.js +++ b/src/api/callCase.js @@ -155,8 +155,6 @@ }) } - - // 社会治理-事件详情查询接口 export function socialDetail(params) { return request({ @@ -165,3 +163,11 @@ params }) } +// 代录事件-快速结案 +export function quicklyClosure(data) { + return request({ + url: '/sound/updateQuickRemarks', + method: 'post', + data + }) +} diff --git a/src/router/modules/sounds.js b/src/router/modules/sounds.js index 94db48e..340395d 100644 --- a/src/router/modules/sounds.js +++ b/src/router/modules/sounds.js @@ -17,6 +17,15 @@ name: 'SoundsList', component: () => import('@/views/soundsManage/soundsManage'), meta: { title: '录音管理', icon: '', permission: '/soundsList' } + }, + { + path: '/soundDetail/:info', + name: 'SoundsDetail', + hidden: true, + breadcrumb: false, + // redirect: 'noredirect', + component: () => import('@/views/soundsManage/soundDetail'), + meta: { title: '录音详情', icon: '', breadcrumb: false } } ] }] diff --git a/config/dev.env.js b/config/dev.env.js index bfd2420..2afdcdf 100644 --- a/config/dev.env.js +++ b/config/dev.env.js @@ -11,6 +11,7 @@ // BASE_API: '"http://192.168.0.212:8083"' // BASE_API: '"http://192.168.13.116:8085/callcenter/api"' BASE_API: '"http://111.198.10.15:11402/callcenter/api"' + // BASE_API: '"http://192.168.8.105:11402/callcenter/api"' // BASE_API: '"http://11.100.6.163:8083/callcenter/api"' // BASE_API: '"http://11.100.6.163:8087/callcenter/api"' // BASE_API: '"http://192.168.0.123:20007"' diff --git a/dist.zip b/dist.zip new file mode 100644 index 0000000..b184c3b --- /dev/null +++ b/dist.zip Binary files differ diff --git a/src/api/callCase.js b/src/api/callCase.js index 859d7c2..f80c31d 100644 --- a/src/api/callCase.js +++ b/src/api/callCase.js @@ -155,8 +155,6 @@ }) } - - // 社会治理-事件详情查询接口 export function socialDetail(params) { return request({ @@ -165,3 +163,11 @@ params }) } +// 代录事件-快速结案 +export function quicklyClosure(data) { + return request({ + url: '/sound/updateQuickRemarks', + method: 'post', + data + }) +} diff --git a/src/router/modules/sounds.js b/src/router/modules/sounds.js index 94db48e..340395d 100644 --- a/src/router/modules/sounds.js +++ b/src/router/modules/sounds.js @@ -17,6 +17,15 @@ name: 'SoundsList', component: () => import('@/views/soundsManage/soundsManage'), meta: { title: '录音管理', icon: '', permission: '/soundsList' } + }, + { + path: '/soundDetail/:info', + name: 'SoundsDetail', + hidden: true, + breadcrumb: false, + // redirect: 'noredirect', + component: () => import('@/views/soundsManage/soundDetail'), + meta: { title: '录音详情', icon: '', breadcrumb: false } } ] }] diff --git a/src/views/caseManage/caseCommon/caseListTable.vue b/src/views/caseManage/caseCommon/caseListTable.vue index 2e3b715..f752b9c 100644 --- a/src/views/caseManage/caseCommon/caseListTable.vue +++ b/src/views/caseManage/caseCommon/caseListTable.vue @@ -2,6 +2,20 @@