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