소스 검색

no message

DESKTOP-SVI9JE1\muzen 1 년 전
부모
커밋
539cfccda7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/hooks/index.js

+ 1 - 1
src/hooks/index.js

@@ -98,7 +98,7 @@ export function useStoreSelect(type) {
         if (
           type &&
           res.data.length > 1 &&
-          useUserStore().storeIds.length !== 0
+          useUserStore().storeIds.length === 0
         ) {
           storeData.options.unshift({
             id: 0,