diff --git a/src/views/sponeScreen/evaluationKH/chanChuJiXiao.vue b/src/views/sponeScreen/evaluationKH/chanChuJiXiao.vue index ae77c3a..7a976b5 100644 --- a/src/views/sponeScreen/evaluationKH/chanChuJiXiao.vue +++ b/src/views/sponeScreen/evaluationKH/chanChuJiXiao.vue @@ -114,6 +114,7 @@ async function getjb() { let res = await quotaCommomInfoList({ quotaCode: curTab.value, + year: currentYear.value, }); if (res && res.code == 200) { let data = res.data; @@ -125,6 +126,7 @@ async function getkhzn() { let res = await hmyztQuotaDataList({ quotaType: curTab.value, + year: currentYear.value, }); if (res && res.code == 200) { tableData.value = res.data; @@ -133,7 +135,7 @@ // 获取积水点数据 const dynamic_page_data_typeM = async () => { - let res = await waterLoggingCleanProject({ examineType: 'water_logging', examineMethod: 'engineering ' }); + let res = await waterLoggingCleanProject({ examineType: 'water_logging', examineMethod: 'engineering ', year: currentYear.value }); if (res && res.code == 200) { let datas = res.data; addWaterLoggingByType(datas[0].floodPointList); diff --git a/src/views/sponeScreen/evaluationKH/chanChuJiXiao.vue b/src/views/sponeScreen/evaluationKH/chanChuJiXiao.vue index ae77c3a..7a976b5 100644 --- a/src/views/sponeScreen/evaluationKH/chanChuJiXiao.vue +++ b/src/views/sponeScreen/evaluationKH/chanChuJiXiao.vue @@ -114,6 +114,7 @@ async function getjb() { let res = await quotaCommomInfoList({ quotaCode: curTab.value, + year: currentYear.value, }); if (res && res.code == 200) { let data = res.data; @@ -125,6 +126,7 @@ async function getkhzn() { let res = await hmyztQuotaDataList({ quotaType: curTab.value, + year: currentYear.value, }); if (res && res.code == 200) { tableData.value = res.data; @@ -133,7 +135,7 @@ // 获取积水点数据 const dynamic_page_data_typeM = async () => { - let res = await waterLoggingCleanProject({ examineType: 'water_logging', examineMethod: 'engineering ' }); + let res = await waterLoggingCleanProject({ examineType: 'water_logging', examineMethod: 'engineering ', year: currentYear.value }); if (res && res.code == 200) { let datas = res.data; addWaterLoggingByType(datas[0].floodPointList); diff --git a/src/views/sponeScreen/evaluationKH/heiChouShuiTi.vue b/src/views/sponeScreen/evaluationKH/heiChouShuiTi.vue index 0d2f814..fb6dd5e 100644 --- a/src/views/sponeScreen/evaluationKH/heiChouShuiTi.vue +++ b/src/views/sponeScreen/evaluationKH/heiChouShuiTi.vue @@ -170,6 +170,7 @@ async function getjb() { let res = await quotaCommomInfoList({ quotaCode: type.value, + year: currentYear.value, }); if (res && res.code == 200) { let data = res.data; @@ -181,6 +182,7 @@ async function getkhzn() { let res = await hmyztQuotaDataList({ quotaType: type.value, + year: currentYear.value, }); if (res && res.code == 200) { tableData.value = res.data; @@ -190,7 +192,7 @@ //地图渲染河湖水质 const addOdorousWaterBodies = async () => { let params = { - examineYear: 2023, + examineYear: currentYear.value, }; let res = await blackWaterInfoList(params); if (res && res.code == 200) { diff --git a/src/views/sponeScreen/evaluationKH/chanChuJiXiao.vue b/src/views/sponeScreen/evaluationKH/chanChuJiXiao.vue index ae77c3a..7a976b5 100644 --- a/src/views/sponeScreen/evaluationKH/chanChuJiXiao.vue +++ b/src/views/sponeScreen/evaluationKH/chanChuJiXiao.vue @@ -114,6 +114,7 @@ async function getjb() { let res = await quotaCommomInfoList({ quotaCode: curTab.value, + year: currentYear.value, }); if (res && res.code == 200) { let data = res.data; @@ -125,6 +126,7 @@ async function getkhzn() { let res = await hmyztQuotaDataList({ quotaType: curTab.value, + year: currentYear.value, }); if (res && res.code == 200) { tableData.value = res.data; @@ -133,7 +135,7 @@ // 获取积水点数据 const dynamic_page_data_typeM = async () => { - let res = await waterLoggingCleanProject({ examineType: 'water_logging', examineMethod: 'engineering ' }); + let res = await waterLoggingCleanProject({ examineType: 'water_logging', examineMethod: 'engineering ', year: currentYear.value }); if (res && res.code == 200) { let datas = res.data; addWaterLoggingByType(datas[0].floodPointList); diff --git a/src/views/sponeScreen/evaluationKH/heiChouShuiTi.vue b/src/views/sponeScreen/evaluationKH/heiChouShuiTi.vue index 0d2f814..fb6dd5e 100644 --- a/src/views/sponeScreen/evaluationKH/heiChouShuiTi.vue +++ b/src/views/sponeScreen/evaluationKH/heiChouShuiTi.vue @@ -170,6 +170,7 @@ async function getjb() { let res = await quotaCommomInfoList({ quotaCode: type.value, + year: currentYear.value, }); if (res && res.code == 200) { let data = res.data; @@ -181,6 +182,7 @@ async function getkhzn() { let res = await hmyztQuotaDataList({ quotaType: type.value, + year: currentYear.value, }); if (res && res.code == 200) { tableData.value = res.data; @@ -190,7 +192,7 @@ //地图渲染河湖水质 const addOdorousWaterBodies = async () => { let params = { - examineYear: 2023, + examineYear: currentYear.value, }; let res = await blackWaterInfoList(params); if (res && res.code == 200) { diff --git a/src/views/sponeScreen/evaluationKH/keTouShuiMianJi.vue b/src/views/sponeScreen/evaluationKH/keTouShuiMianJi.vue index 911f40d..4d80d07 100644 --- a/src/views/sponeScreen/evaluationKH/keTouShuiMianJi.vue +++ b/src/views/sponeScreen/evaluationKH/keTouShuiMianJi.vue @@ -106,6 +106,7 @@ async function getjb() { let res = await quotaCommomInfoList({ quotaCode: type.value, + year: currentYear.value, }); if (res && res.code == 200) { let data = res.data; @@ -117,6 +118,7 @@ async function getkhzn() { let res = await hmyztQuotaDataList({ quotaType: type.value, + year: currentYear.value, }); if (res && res.code == 200) { tableData.value = res.data; diff --git a/src/views/sponeScreen/evaluationKH/chanChuJiXiao.vue b/src/views/sponeScreen/evaluationKH/chanChuJiXiao.vue index ae77c3a..7a976b5 100644 --- a/src/views/sponeScreen/evaluationKH/chanChuJiXiao.vue +++ b/src/views/sponeScreen/evaluationKH/chanChuJiXiao.vue @@ -114,6 +114,7 @@ async function getjb() { let res = await quotaCommomInfoList({ quotaCode: curTab.value, + year: currentYear.value, }); if (res && res.code == 200) { let data = res.data; @@ -125,6 +126,7 @@ async function getkhzn() { let res = await hmyztQuotaDataList({ quotaType: curTab.value, + year: currentYear.value, }); if (res && res.code == 200) { tableData.value = res.data; @@ -133,7 +135,7 @@ // 获取积水点数据 const dynamic_page_data_typeM = async () => { - let res = await waterLoggingCleanProject({ examineType: 'water_logging', examineMethod: 'engineering ' }); + let res = await waterLoggingCleanProject({ examineType: 'water_logging', examineMethod: 'engineering ', year: currentYear.value }); if (res && res.code == 200) { let datas = res.data; addWaterLoggingByType(datas[0].floodPointList); diff --git a/src/views/sponeScreen/evaluationKH/heiChouShuiTi.vue b/src/views/sponeScreen/evaluationKH/heiChouShuiTi.vue index 0d2f814..fb6dd5e 100644 --- a/src/views/sponeScreen/evaluationKH/heiChouShuiTi.vue +++ b/src/views/sponeScreen/evaluationKH/heiChouShuiTi.vue @@ -170,6 +170,7 @@ async function getjb() { let res = await quotaCommomInfoList({ quotaCode: type.value, + year: currentYear.value, }); if (res && res.code == 200) { let data = res.data; @@ -181,6 +182,7 @@ async function getkhzn() { let res = await hmyztQuotaDataList({ quotaType: type.value, + year: currentYear.value, }); if (res && res.code == 200) { tableData.value = res.data; @@ -190,7 +192,7 @@ //地图渲染河湖水质 const addOdorousWaterBodies = async () => { let params = { - examineYear: 2023, + examineYear: currentYear.value, }; let res = await blackWaterInfoList(params); if (res && res.code == 200) { diff --git a/src/views/sponeScreen/evaluationKH/keTouShuiMianJi.vue b/src/views/sponeScreen/evaluationKH/keTouShuiMianJi.vue index 911f40d..4d80d07 100644 --- a/src/views/sponeScreen/evaluationKH/keTouShuiMianJi.vue +++ b/src/views/sponeScreen/evaluationKH/keTouShuiMianJi.vue @@ -106,6 +106,7 @@ async function getjb() { let res = await quotaCommomInfoList({ quotaCode: type.value, + year: currentYear.value, }); if (res && res.code == 200) { let data = res.data; @@ -117,6 +118,7 @@ async function getkhzn() { let res = await hmyztQuotaDataList({ quotaType: type.value, + year: currentYear.value, }); if (res && res.code == 200) { tableData.value = res.data; diff --git a/src/views/sponeScreen/evaluationKH/xiangMuJianShe.vue b/src/views/sponeScreen/evaluationKH/xiangMuJianShe.vue index 0d0e2d2..79b7383 100644 --- a/src/views/sponeScreen/evaluationKH/xiangMuJianShe.vue +++ b/src/views/sponeScreen/evaluationKH/xiangMuJianShe.vue @@ -64,6 +64,7 @@