wjx 10 月之前
父节点
当前提交
ad5427eb15
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/pages/launchSystemV3/adqv3/index.tsx

+ 1 - 1
src/pages/launchSystemV3/adqv3/index.tsx

@@ -15,7 +15,7 @@ const AdqV3: React.FC = () => {
     const userInfo = useModel('@@initialState', model => model.initialState?.currentUser)
     const allOfMember = useAjax(() => getPicherListApi(), { formatResult: true })
     const [userAll, setUserAll] = useState([])
-    const [activeKey, setActiveKey] = useState('2')
+    const [activeKey, setActiveKey] = useState('1')
     const [userId, setUserId] = useState<any>(userInfo?.userId?.toString())
     const [hide, setHide] = useState<boolean>(false)
     const [queryForm, setQueryForm] = useState<ADQV3.GetDynamicCreativeProps>({ pageNum: 1, pageSize: 20, userId, isDeleted: false })