|
@@ -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 })
|