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