历史数据:去除log
This commit is contained in:
parent
0546be6cf3
commit
ce845b7f58
@ -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({
|
||||
|
Loading…
Reference in New Issue
Block a user