From d95fe92256482e86c2a71387194e4a6a8009db76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=86=AC=E4=BF=8A?= <1005441938@qq.com> Date: Tue, 23 Dec 2025 16:22:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/compliance/conmm.js | 12 ++- src/store/modules/compliance.js | 4 +- src/views/compliance/keypoint/index.vue | 4 +- .../compliance/keypoint/rankingDetails.vue | 13 +-- .../compliance/statistics/alertstatistics.vue | 102 ++++++------------ src/views/compliance/statistics/index.vue | 65 ++++++----- src/views/layout/components/Navbar.vue | 3 - 7 files changed, 91 insertions(+), 112 deletions(-) diff --git a/src/api/compliance/conmm.js b/src/api/compliance/conmm.js index d2d9b138..2c9e16a2 100644 --- a/src/api/compliance/conmm.js +++ b/src/api/compliance/conmm.js @@ -17,6 +17,16 @@ export function getZjzbSwjgVoList(data) { } }) } +export function getZjzbSwjgVoList2(data) { + return request({ + url: 'crmZjzbdmVo/getZjzbSwjgVoList2', + method: 'get', + data: data, + headers: { + 'Content-Type': 'application/json;charset=UTF-8' + } + }) +} // 征收项目 export function getZjzbZsxmVoList(data) { return request({ @@ -31,7 +41,7 @@ export function getZjzbZsxmVoList(data) { // 应征凭证种类 export function getZjzbDzbzdszlVoList(data) { return request({ - url: 'crmZjzbdmVo/getZjzbDzbzdszlVoList', + url: 'crmZjzbdmVo/getZjzbDzbzdszlVoList2', method: 'get', data: data, headers: { diff --git a/src/store/modules/compliance.js b/src/store/modules/compliance.js index 9ac25ebe..d06b7188 100644 --- a/src/store/modules/compliance.js +++ b/src/store/modules/compliance.js @@ -1,6 +1,6 @@ import { debounce } from 'throttle-debounce' -import { getZjzbSwjgVoList,getZjzbZsxmVoList,getZjzbDzbzdszlVoList,crmZjzbdmVoList,getZjzbdlVoList } from '@/api/compliance/conmm' +import { getZjzbSwjgVoList2,getZjzbZsxmVoList,getZjzbDzbzdszlVoList,crmZjzbdmVoList,getZjzbdlVoList } from '@/api/compliance/conmm' const hrm = { state: { zjzbSwjg: [] || JSON.parse(localStorage.getItem('SET_SWFG')), @@ -35,7 +35,7 @@ const hrm = { commit }) { return new Promise((resolve, reject) => { - getZjzbSwjgVoList().then(res => { + getZjzbSwjgVoList2().then(res => { const resData = res.data || {} localStorage.setItem('SET_SWFG', JSON.stringify(resData)) commit('SET_SWFG', resData) diff --git a/src/views/compliance/keypoint/index.vue b/src/views/compliance/keypoint/index.vue index 17f66fc0..b0ca9dc4 100644 --- a/src/views/compliance/keypoint/index.vue +++ b/src/views/compliance/keypoint/index.vue @@ -5,7 +5,7 @@ - + @@ -65,7 +65,7 @@
{ this.tableData = res.data.list this.page.totalRow=res.data.totalRow diff --git a/src/views/compliance/statistics/alertstatistics.vue b/src/views/compliance/statistics/alertstatistics.vue index c5374e2f..9ef50fa9 100644 --- a/src/views/compliance/statistics/alertstatistics.vue +++ b/src/views/compliance/statistics/alertstatistics.vue @@ -4,16 +4,9 @@