Commit 08eb0ed1 authored by GuanHua's avatar GuanHua

fix: 商城装修品类接接口参数问题

parent bbda74a1
...@@ -65,7 +65,9 @@ const GoodsSetting: React.FC<GoodsSettingPropsType> = (props) => { ...@@ -65,7 +65,9 @@ const GoodsSetting: React.FC<GoodsSettingPropsType> = (props) => {
const fetchCategoryList = () => { const fetchCategoryList = () => {
const param: any = { const param: any = {
categoryId: categoryid, categoryId: categoryid,
templateId: templateid templateId: templateid,
current: 1,
pageSize: 100
} }
PublicApi.getTemplatePlatformFindCategoryList(param).then(res => { PublicApi.getTemplatePlatformFindCategoryList(param).then(res => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment