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 @@