diff --git a/src/components/table/header/index.vue b/src/components/table/header/index.vue index f0c87443..75201ea0 100644 --- a/src/components/table/header/index.vue +++ b/src/components/table/header/index.vue @@ -248,7 +248,7 @@ const setTheDate = (val: any) => { } // 导出 const onExport = () => { - + console.log('222') tableStore.onTableAction('export', { showAllFlag: true }) } diff --git a/src/utils/tableStore.ts b/src/utils/tableStore.ts index 60c60492..a2f3b2ef 100644 --- a/src/utils/tableStore.ts +++ b/src/utils/tableStore.ts @@ -215,7 +215,7 @@ export default class TableStore { ) ).then(res => { this.table.allData = filtration(res.data.records || res.data) - console.log('11111',this.table.allData) + console.log('11111',this.table) this.table.exportProcessingData && this.table.exportProcessingData() this.table.allFlag = data.showAllFlag || true }) diff --git a/src/views/pqs/harmonicMonitoring/monitoringPoint/online/wentaishujufenxi/index.vue b/src/views/pqs/harmonicMonitoring/monitoringPoint/online/wentaishujufenxi/index.vue index b659c219..ac57c2c3 100644 --- a/src/views/pqs/harmonicMonitoring/monitoringPoint/online/wentaishujufenxi/index.vue +++ b/src/views/pqs/harmonicMonitoring/monitoringPoint/online/wentaishujufenxi/index.vue @@ -1796,8 +1796,7 @@ const getEcharts = () => { echarts.connect('group') } const conditionChange = () => { - console.log(123) - + //判断一个指标时 if (formData.condition.length == 1) { if ( @@ -1933,9 +1932,9 @@ const conditionChange = () => { ] } setTimeout(() => { - // console.log('🚀 ~ setTimeout ~ tableHeaderRef.value:', tableHeaderRef.value) + //console.log('🚀 ~ setTimeout ~ tableHeaderRef.value:', tableHeaderRef.value) - tableHeaderRef.value && tableHeaderRef.value?.computedSearchRow() + //tableHeaderRef.value && tableHeaderRef.value?.computedSearchRow() }, 100) } diff --git a/src/views/pqs/harmonicMonitoring/monitoringPoint/online/wentaizhibiaohegelv/index.vue b/src/views/pqs/harmonicMonitoring/monitoringPoint/online/wentaizhibiaohegelv/index.vue index 2ef60d22..2a44bda1 100644 --- a/src/views/pqs/harmonicMonitoring/monitoringPoint/online/wentaizhibiaohegelv/index.vue +++ b/src/views/pqs/harmonicMonitoring/monitoringPoint/online/wentaizhibiaohegelv/index.vue @@ -236,9 +236,9 @@ const init = () => { msg += params[0].name + '
' for (let i in params) { if (params[i].data == 3.14159) { - msg +=params[i].marker+ params[i].seriesName + ': 暂无数据
' + msg +=params[i].marker + ': 暂无数据
' } else { - msg += params[i].marker+ params[i].seriesName + ': ' + params[i].data + '
' + msg += params[i].marker + ': ' + params[i].data + '
' } } return msg diff --git a/src/views/pqs/harmonicMonitoring/reportForms/statistics/index.vue b/src/views/pqs/harmonicMonitoring/reportForms/statistics/index.vue index 1614b1d3..322d05ce 100644 --- a/src/views/pqs/harmonicMonitoring/reportForms/statistics/index.vue +++ b/src/views/pqs/harmonicMonitoring/reportForms/statistics/index.vue @@ -41,7 +41,7 @@ @@ -69,6 +69,7 @@ import { ElMessage } from 'element-plus' defineOptions({ name: 'harmonic-boot/xieboReport' }) +const VITE_FLAG = import.meta.env.VITE_NAME == 'jibei' const showTree = ref(false) const height = mainHeight(20) const size = ref(23) diff --git a/src/views/pqs/voltageSags/sagGovern/businessUser/index.vue b/src/views/pqs/voltageSags/sagGovern/businessUser/index.vue index 4359d016..243ad20d 100644 --- a/src/views/pqs/voltageSags/sagGovern/businessUser/index.vue +++ b/src/views/pqs/voltageSags/sagGovern/businessUser/index.vue @@ -44,9 +44,9 @@ import EventUploadPopup from '@/views/pqs/voltageSags/sagGovern/businessUser/eve import UserPopup from './userPopup.vue' -defineOptions({ - name: 'businessUser' -}) +// defineOptions({ +// name: 'businessUser' +// }) const { push } = useRouter() //区域联级选择