Ver Fonte

日常开发

林旭祥 há 2 meses atrás
pai
commit
ca9567cf6e
1 ficheiros alterados com 1 adições e 0 exclusões
  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;
 };