微调
This commit is contained in:
@@ -106,7 +106,7 @@ const loadingTab = ref(false)
|
||||
const PollutionList = dictData.getBasicData('Pollution_Calc').filter(item => item.name == '谐波电压')
|
||||
|
||||
const open = async (row: any, list: any) => {
|
||||
console.log('🚀 ~ open ~ list:', list)
|
||||
|
||||
// getAssessDetail(row).then(res => {
|
||||
tableData.value = list
|
||||
subdata.value = tableData.value[0]?.powerFlagPollutionList || []
|
||||
|
||||
@@ -75,7 +75,7 @@ const picList: any = ref([])
|
||||
const Voltage = dictData.getBasicData('Dev_Voltage_Stand')
|
||||
const tableData: any = ref([])
|
||||
const options = dictData.getBasicData('Statistical_Type', ['Report_Type', 'Power_Network', 'JB_Power_Flag'])
|
||||
console.log("🚀 ~ options:", options)
|
||||
|
||||
const time = ref('1')
|
||||
const statisticalType = ref('Load_Type')
|
||||
const loadTypeArr = dictData.getBasicData('Interference_Source')
|
||||
@@ -239,7 +239,7 @@ const handleClose = () => {
|
||||
dialogVisible.value = false
|
||||
}
|
||||
const echartClick = (params: any) => {
|
||||
console.log('🚀 ~ echartClick ~ params:', params.name.split('(')[0])
|
||||
// console.log('🚀 ~ echartClick ~ params:', params.name.split('(')[0])
|
||||
router.push({
|
||||
name: 'Supervision/Terminaldetection',
|
||||
query: {
|
||||
|
||||
@@ -114,7 +114,7 @@ function filterDataByKeyword(data, keyword) {
|
||||
}
|
||||
const currentChangeEvent = () => {
|
||||
// tableRef.value.getCurrentRecord()
|
||||
console.log('🚀 ~ currentChangeEvent ~ tableRef.value.getCurrentRecord():', tableRef.value.getCurrentRecord())
|
||||
// console.log('🚀 ~ currentChangeEvent ~ tableRef.value.getCurrentRecord():', tableRef.value.getCurrentRecord())
|
||||
let data = tableRef.value.getCurrentRecord()
|
||||
emit('flyTo', { coordinate: [data.lng, data.lat] }, 16)
|
||||
}
|
||||
|
||||
@@ -278,7 +278,7 @@ const contaminateC = () => {
|
||||
num6: item[7]
|
||||
}
|
||||
})
|
||||
console.log(123, tableData.value)
|
||||
|
||||
|
||||
let data = []
|
||||
let a1 = tableData.value.reduce((t, item) => t + (item.num1 - 0 || 0), 0)
|
||||
|
||||
Reference in New Issue
Block a user