Browse Source

fix:页面报错修复

master
白凤吉 1 week ago
parent
commit
7477439902
  1. 3
      src/components/home/HomeOperation.vue

3
src/components/home/HomeOperation.vue

@ -4,6 +4,7 @@ import homeFinish from 'assets/images/home/home-finish.svg'
import homeStart from 'assets/images/home/home-start.svg' import homeStart from 'assets/images/home/home-start.svg'
import { ElLoading } from 'element-plus' import { ElLoading } from 'element-plus'
import { startTimer, stopTimer } from 'libs/countdownTimer' import { startTimer, stopTimer } from 'libs/countdownTimer'
import { deviceStateMap } from 'libs/utils'
import { computed, ref, watchEffect } from 'vue' import { computed, ref, watchEffect } from 'vue'
import { getDeviceStatus } from '@/libs/deviceComm' import { getDeviceStatus } from '@/libs/deviceComm'
@ -11,7 +12,6 @@ import { FtMessage } from '@/libs/message'
import { FtMessageBox } from '@/libs/messageBox' import { FtMessageBox } from '@/libs/messageBox'
import { useFormulaStore } from '@/stores/formulaStore' import { useFormulaStore } from '@/stores/formulaStore'
import { useHomeStore } from '@/stores/homeStore' import { useHomeStore } from '@/stores/homeStore'
import { useSystemStore } from '@/stores/systemStore'
/** /**
* 消毒操作控制组件 * 消毒操作控制组件
@ -21,7 +21,6 @@ import { useSystemStore } from '@/stores/systemStore'
// //
const homeStore = useHomeStore() const homeStore = useHomeStore()
const formulaStore = useFormulaStore() const formulaStore = useFormulaStore()
const systemStore = useSystemStore()
// //
const curStateRemainTimeS = ref<string>('') // const curStateRemainTimeS = ref<string>('') //

Loading…
Cancel
Save