林旭祥 2 kuukautta sitten
vanhempi
commit
ca9567cf6e
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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;
 };