|
@@ -283,7 +283,6 @@ const QueryForm: React.FC<Props> = (props) => {
|
|
useEffect(() => {
|
|
useEffect(() => {
|
|
if (isGameId || isOrderGameId || isParentId || isGameIds || isSuperParentGameId) {
|
|
if (isGameId || isOrderGameId || isParentId || isGameIds || isSuperParentGameId) {
|
|
getGameList.run().then(res => {
|
|
getGameList.run().then(res => {
|
|
- console.log('res--->', res)
|
|
|
|
const { gameList, parentGameList, superGameList } = res
|
|
const { gameList, parentGameList, superGameList } = res
|
|
setGameList(gameList)
|
|
setGameList(gameList)
|
|
setParentGameList(parentGameList)
|
|
setParentGameList(parentGameList)
|