历史数据:去除log

This commit is contained in:
高云鹏 2025-01-20 10:45:52 +08:00
parent 0546be6cf3
commit ce845b7f58

View File

@ -1089,8 +1089,6 @@ const exportExcel = () => {
const checkOnlyHighSpeed = (curData: selectData) => {
if (searchData.interval === 'NONE' && multipleSelection.value.length) {
const firstData = multipleSelection.value[0]
console.log('highSpeed', curData.highSpeed, firstData.highSpeed, firstData)
if (curData.highSpeed !== firstData.highSpeed) {
curData.interpolation = false
ElMessage.warning({