wjx il y a 2 ans
Parent
commit
e1f6369731
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/pages/launchSystemNew/account/index.tsx

+ 1 - 1
src/pages/launchSystemNew/account/index.tsx

@@ -68,7 +68,7 @@ const AdAuthorize: React.FC = () => {
 
     useEffect(() => {
         getList()
-    }, [])
+    }, [queryForm])
 
     /** 获取账号列表 */
     const getList = () => {