林旭祥 hace 2 meses
padre
commit
ca9567cf6e
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/components/OptionWindow/index.vue

+ 1 - 0
src/components/OptionWindow/index.vue

@@ -180,6 +180,7 @@ const open = async (data: any) => {
   } else {
     optionForm.value.gesture = false;
   }
+  chooseAllState.value = false;
   optionWindow.value.show = true;
 };