diff --git a/src/api/sponeScreen/jxkh.js b/src/api/sponeScreen/jxkh.js index 9a7276b..c7b60a0 100644 --- a/src/api/sponeScreen/jxkh.js +++ b/src/api/sponeScreen/jxkh.js @@ -5,7 +5,7 @@ return request({ url: '/sponge/blackRiver/list', method: 'get', - // params + params, }); } // 黑臭水体监测站数据 @@ -43,13 +43,3 @@ params, }); } - -// 降雨列表接口: - -export function dataAnalyseReport(params) { - return request({ - url: '/business/siteHistoryMonitor/dataAnalyseReport', - method: 'get', - params, - }); -} diff --git a/src/api/sponeScreen/jxkh.js b/src/api/sponeScreen/jxkh.js index 9a7276b..c7b60a0 100644 --- a/src/api/sponeScreen/jxkh.js +++ b/src/api/sponeScreen/jxkh.js @@ -5,7 +5,7 @@ return request({ url: '/sponge/blackRiver/list', method: 'get', - // params + params, }); } // 黑臭水体监测站数据 @@ -43,13 +43,3 @@ params, }); } - -// 降雨列表接口: - -export function dataAnalyseReport(params) { - return request({ - url: '/business/siteHistoryMonitor/dataAnalyseReport', - method: 'get', - params, - }); -} diff --git a/src/components/ImageFileUpload/index.vue b/src/components/ImageFileUpload/index.vue index 6603758..a247296 100644 --- a/src/components/ImageFileUpload/index.vue +++ b/src/components/ImageFileUpload/index.vue @@ -137,15 +137,11 @@ let filenames = uploadList.value.find(item => file.name == item.originalName); // console.log(file, filenames); let fileUrl = (file.url && file.url.includes('blob')) || !!!file.url ? filenames.url : file.url; - ElMessageBox.confirm(`预览、下载此文件: ${file.name}?`).then( - () => { - // 1,Base64进行转码,http - let b64Encoded = Base64.encode(fileUrl); - // let baseUrl = 'https://server1.wh-nf.cn:8115/'; - window.open(`previewUrl/onlinePreview?url=` + encodeURIComponent(b64Encoded)); - }, - () => false - ); + + // 1,Base64进行转码,http 预览 + let b64Encoded = Base64.encode(fileUrl); + // let baseUrl = 'https://server1.wh-nf.cn:8115/'; + window.open(`previewUrl/onlinePreview?url=` + encodeURIComponent(b64Encoded)); }; // 上传的文件类型 const accept = computed(() => { diff --git a/src/api/sponeScreen/jxkh.js b/src/api/sponeScreen/jxkh.js index 9a7276b..c7b60a0 100644 --- a/src/api/sponeScreen/jxkh.js +++ b/src/api/sponeScreen/jxkh.js @@ -5,7 +5,7 @@ return request({ url: '/sponge/blackRiver/list', method: 'get', - // params + params, }); } // 黑臭水体监测站数据 @@ -43,13 +43,3 @@ params, }); } - -// 降雨列表接口: - -export function dataAnalyseReport(params) { - return request({ - url: '/business/siteHistoryMonitor/dataAnalyseReport', - method: 'get', - params, - }); -} diff --git a/src/components/ImageFileUpload/index.vue b/src/components/ImageFileUpload/index.vue index 6603758..a247296 100644 --- a/src/components/ImageFileUpload/index.vue +++ b/src/components/ImageFileUpload/index.vue @@ -137,15 +137,11 @@ let filenames = uploadList.value.find(item => file.name == item.originalName); // console.log(file, filenames); let fileUrl = (file.url && file.url.includes('blob')) || !!!file.url ? filenames.url : file.url; - ElMessageBox.confirm(`预览、下载此文件: ${file.name}?`).then( - () => { - // 1,Base64进行转码,http - let b64Encoded = Base64.encode(fileUrl); - // let baseUrl = 'https://server1.wh-nf.cn:8115/'; - window.open(`previewUrl/onlinePreview?url=` + encodeURIComponent(b64Encoded)); - }, - () => false - ); + + // 1,Base64进行转码,http 预览 + let b64Encoded = Base64.encode(fileUrl); + // let baseUrl = 'https://server1.wh-nf.cn:8115/'; + window.open(`previewUrl/onlinePreview?url=` + encodeURIComponent(b64Encoded)); }; // 上传的文件类型 const accept = computed(() => { diff --git a/src/views/dataAnalysis/rtuSiteInfo/index.vue b/src/views/dataAnalysis/rtuSiteInfo/index.vue index 1497555..08502f5 100644 --- a/src/views/dataAnalysis/rtuSiteInfo/index.vue +++ b/src/views/dataAnalysis/rtuSiteInfo/index.vue @@ -213,6 +213,16 @@ --> + + + + + + + + + + @@ -398,6 +408,8 @@ id: '', installDate: '', installHeight: 0, + pipelineDiameter: 0, + bottomBuriedDepth: 0, lonLat: '', monitorIntervalMinute: '', monitorTargetType: '', diff --git a/src/api/sponeScreen/jxkh.js b/src/api/sponeScreen/jxkh.js index 9a7276b..c7b60a0 100644 --- a/src/api/sponeScreen/jxkh.js +++ b/src/api/sponeScreen/jxkh.js @@ -5,7 +5,7 @@ return request({ url: '/sponge/blackRiver/list', method: 'get', - // params + params, }); } // 黑臭水体监测站数据 @@ -43,13 +43,3 @@ params, }); } - -// 降雨列表接口: - -export function dataAnalyseReport(params) { - return request({ - url: '/business/siteHistoryMonitor/dataAnalyseReport', - method: 'get', - params, - }); -} diff --git a/src/components/ImageFileUpload/index.vue b/src/components/ImageFileUpload/index.vue index 6603758..a247296 100644 --- a/src/components/ImageFileUpload/index.vue +++ b/src/components/ImageFileUpload/index.vue @@ -137,15 +137,11 @@ let filenames = uploadList.value.find(item => file.name == item.originalName); // console.log(file, filenames); let fileUrl = (file.url && file.url.includes('blob')) || !!!file.url ? filenames.url : file.url; - ElMessageBox.confirm(`预览、下载此文件: ${file.name}?`).then( - () => { - // 1,Base64进行转码,http - let b64Encoded = Base64.encode(fileUrl); - // let baseUrl = 'https://server1.wh-nf.cn:8115/'; - window.open(`previewUrl/onlinePreview?url=` + encodeURIComponent(b64Encoded)); - }, - () => false - ); + + // 1,Base64进行转码,http 预览 + let b64Encoded = Base64.encode(fileUrl); + // let baseUrl = 'https://server1.wh-nf.cn:8115/'; + window.open(`previewUrl/onlinePreview?url=` + encodeURIComponent(b64Encoded)); }; // 上传的文件类型 const accept = computed(() => { diff --git a/src/views/dataAnalysis/rtuSiteInfo/index.vue b/src/views/dataAnalysis/rtuSiteInfo/index.vue index 1497555..08502f5 100644 --- a/src/views/dataAnalysis/rtuSiteInfo/index.vue +++ b/src/views/dataAnalysis/rtuSiteInfo/index.vue @@ -213,6 +213,16 @@ --> + + + + + + + + + + @@ -398,6 +408,8 @@ id: '', installDate: '', installHeight: 0, + pipelineDiameter: 0, + bottomBuriedDepth: 0, lonLat: '', monitorIntervalMinute: '', monitorTargetType: '', diff --git a/src/views/floodSys/assetManage/pipelinePoint.vue b/src/views/floodSys/assetManage/pipelinePoint.vue index 314b241..c9af27d 100644 --- a/src/views/floodSys/assetManage/pipelinePoint.vue +++ b/src/views/floodSys/assetManage/pipelinePoint.vue @@ -352,8 +352,6 @@ ownershipUnits: null, operationalUnits: null, pointTexture: null, - pipelineDiameter: 0, - bottomBuriedDepth: 0, groundElevation: null, // status: null, geometrys: null, @@ -404,8 +402,6 @@ ownershipUnits: null, operationalUnits: null, pointTexture: null, - pipelineDiameter: null, - bottomBuriedDepth: null, groundElevation: null, remark: null, // status: null, diff --git a/src/api/sponeScreen/jxkh.js b/src/api/sponeScreen/jxkh.js index 9a7276b..c7b60a0 100644 --- a/src/api/sponeScreen/jxkh.js +++ b/src/api/sponeScreen/jxkh.js @@ -5,7 +5,7 @@ return request({ url: '/sponge/blackRiver/list', method: 'get', - // params + params, }); } // 黑臭水体监测站数据 @@ -43,13 +43,3 @@ params, }); } - -// 降雨列表接口: - -export function dataAnalyseReport(params) { - return request({ - url: '/business/siteHistoryMonitor/dataAnalyseReport', - method: 'get', - params, - }); -} diff --git a/src/components/ImageFileUpload/index.vue b/src/components/ImageFileUpload/index.vue index 6603758..a247296 100644 --- a/src/components/ImageFileUpload/index.vue +++ b/src/components/ImageFileUpload/index.vue @@ -137,15 +137,11 @@ let filenames = uploadList.value.find(item => file.name == item.originalName); // console.log(file, filenames); let fileUrl = (file.url && file.url.includes('blob')) || !!!file.url ? filenames.url : file.url; - ElMessageBox.confirm(`预览、下载此文件: ${file.name}?`).then( - () => { - // 1,Base64进行转码,http - let b64Encoded = Base64.encode(fileUrl); - // let baseUrl = 'https://server1.wh-nf.cn:8115/'; - window.open(`previewUrl/onlinePreview?url=` + encodeURIComponent(b64Encoded)); - }, - () => false - ); + + // 1,Base64进行转码,http 预览 + let b64Encoded = Base64.encode(fileUrl); + // let baseUrl = 'https://server1.wh-nf.cn:8115/'; + window.open(`previewUrl/onlinePreview?url=` + encodeURIComponent(b64Encoded)); }; // 上传的文件类型 const accept = computed(() => { diff --git a/src/views/dataAnalysis/rtuSiteInfo/index.vue b/src/views/dataAnalysis/rtuSiteInfo/index.vue index 1497555..08502f5 100644 --- a/src/views/dataAnalysis/rtuSiteInfo/index.vue +++ b/src/views/dataAnalysis/rtuSiteInfo/index.vue @@ -213,6 +213,16 @@ --> + + + + + + + + + + @@ -398,6 +408,8 @@ id: '', installDate: '', installHeight: 0, + pipelineDiameter: 0, + bottomBuriedDepth: 0, lonLat: '', monitorIntervalMinute: '', monitorTargetType: '', diff --git a/src/views/floodSys/assetManage/pipelinePoint.vue b/src/views/floodSys/assetManage/pipelinePoint.vue index 314b241..c9af27d 100644 --- a/src/views/floodSys/assetManage/pipelinePoint.vue +++ b/src/views/floodSys/assetManage/pipelinePoint.vue @@ -352,8 +352,6 @@ ownershipUnits: null, operationalUnits: null, pointTexture: null, - pipelineDiameter: 0, - bottomBuriedDepth: 0, groundElevation: null, // status: null, geometrys: null, @@ -404,8 +402,6 @@ ownershipUnits: null, operationalUnits: null, pointTexture: null, - pipelineDiameter: null, - bottomBuriedDepth: null, groundElevation: null, remark: null, // status: null, diff --git a/src/views/sponeScreen/evaluationKH/chanChuJiXiao.vue b/src/views/sponeScreen/evaluationKH/chanChuJiXiao.vue index b872e4f..01ed942 100644 --- a/src/views/sponeScreen/evaluationKH/chanChuJiXiao.vue +++ b/src/views/sponeScreen/evaluationKH/chanChuJiXiao.vue @@ -16,17 +16,15 @@ 目标 - 黄河 100 年一遇,黄汴河、惠济河 50 年一遇,马家河、东护城河、运粮河 20 年一遇。 + {{ quotaInfo.improveGoals }} 措施 - - 开封市实施一渠六河连通综合治理工程,对东 护城河、西护城河(黄汴河)、南护城河(黄汴河)等 5 条河道 进行了综合治理 - + {{ quotaInfo.reformMethod }} - + @@ -48,59 +46,63 @@