wjx 2 年之前
父節點
當前提交
49a7833185
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 })