Browse Source

fix: 喷涂倒计时1

master
guoapeng 2 weeks ago
parent
commit
2ddfcdf9b1
  1. 2
      src/views/spray/index.vue

2
src/views/spray/index.vue

@ -194,7 +194,7 @@ const finishTImeList = ref<{ finishTime: number, index: number }[]>([])
const finishTimeMessage = (data: any) => {
if (data.cmdId !== cmdId)
return
finishTImeList.value = data
finishTImeList.value = data.finishTime
}
const drawLine = async (index: number, point: { x: number, y: number }, number: number) => {

Loading…
Cancel
Save