Browse Source

fix: 开始喷涂判断

master
guoapeng 3 weeks ago
parent
commit
7ce4eb4de6
  1. 1
      src/views/spray/index.vue

1
src/views/spray/index.vue

@ -84,7 +84,6 @@ const startWork = async () => {
sprayStore.sprayTaskParams.forEach((item, index) => {
if (item.select) {
sprayRefs.value[index].clearLines()
item.select = false
}
})
await setParams({ sprayTaskParams: sprayStore.sprayTaskParams.filter(item => item.select) })

Loading…
Cancel
Save