|
@@ -301,7 +301,9 @@ watch(
|
|
actionState.value = false;
|
|
actionState.value = false;
|
|
clearInterval(timer.value);
|
|
clearInterval(timer.value);
|
|
timer.value = null;
|
|
timer.value = null;
|
|
- emit('confirmStart', areaStateList.value);
|
|
|
|
|
|
+ if (actionState.value) {
|
|
|
|
+ emit('confirmStart', areaStateList.value);
|
|
|
|
+ }
|
|
}
|
|
}
|
|
speckText(num);
|
|
speckText(num);
|
|
num--;
|
|
num--;
|