[App.js] getSubCategory 파라미터 변경
This commit is contained in:
@@ -62,11 +62,11 @@ function AppBase(props) {
|
|||||||
dispatch(getBestSeller());
|
dispatch(getBestSeller());
|
||||||
dispatch(
|
dispatch(
|
||||||
getSubCategory({
|
getSubCategory({
|
||||||
lgCatCd: "",
|
lgCatCd: 1017, //LG Electronics Base
|
||||||
patnrIdList: "",
|
patnrIdList: null,
|
||||||
pageSize: "",
|
pageSize: null,
|
||||||
tabType: "",
|
tabType: null,
|
||||||
filterType: "",
|
filterType: null,
|
||||||
})
|
})
|
||||||
);
|
);
|
||||||
dispatch(getTop20Show());
|
dispatch(getTop20Show());
|
||||||
|
|||||||
Reference in New Issue
Block a user