去除log
This commit is contained in:
parent
3381bbbd72
commit
9c9eeb5bc2
@ -1261,8 +1261,6 @@ const getThisDayChartDataForMinute = () => {
|
||||
}
|
||||
|
||||
const getAllChartData = (type: ('power' | 'trend' | 'frequency')[] = ['power', 'trend', 'frequency']) => {
|
||||
console.log(type, '-_-----')
|
||||
|
||||
if (type.includes('power')) {
|
||||
getThisDayChartData().then(() => {
|
||||
initpowerChart()
|
||||
@ -1433,8 +1431,6 @@ onUnmounted(() => {
|
||||
watch(
|
||||
() => route.query.irn,
|
||||
() => {
|
||||
console.log('切换风机', route.query.name)
|
||||
|
||||
autoUpdateForSecondTimer && clearInterval(autoUpdateForSecondTimer)
|
||||
autoUpdateForSecondTimer = null
|
||||
autoUpdateTimerForHourTimer && clearInterval(autoUpdateTimerForHourTimer)
|
||||
|
@ -117,8 +117,6 @@ const defaultList = [
|
||||
//#endregion
|
||||
const selectList = ref([])
|
||||
const changeCheck = () => {
|
||||
console.log('-----------------------------------', timer, selectList.value)
|
||||
|
||||
if (!timer && selectList.value[0]) {
|
||||
createTimer()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user