林旭祥 il y a 2 mois
Parent
commit
ca9567cf6e
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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;
 };