wjx 2 лет назад
Родитель
Сommit
e1f6369731
1 измененных файлов с 1 добавлено и 1 удалено
  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 = () => {