wjx %!s(int64=2) %!d(string=hai) anos
pai
achega
49a7833185
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/pages/launchSystemNew/adq/adAccount/index.tsx

+ 1 - 1
src/pages/launchSystemNew/adq/adAccount/index.tsx

@@ -43,7 +43,7 @@ function AdAccount(props: Props) {
     const syncAjax = useAjax((params) => putAdqAdAccountSyncByIds(params))
     useEffect(() => {
         getList(queryForm)
-    }, [accountId])
+    }, [accountId, userId])
     // 获取列表
     const getList = useCallback((params?: any) => {
         listAjax.run({ ...params, putUserId: userId })