Commit 532c0dc2 authored by GuanHua's avatar GuanHua

fix: 自营商城装修添加shopId参数

parent 66f68798
......@@ -114,7 +114,8 @@ const OwnMallEdit: React.FC<ShopEditPropsType> = (props) => {
templateId: id,
categoryId,
memberId,
roleId: memberRoleId
roleId: memberRoleId,
shopId,
}
getTemplateAdornWebSelfMemberCategoryAdorn(param).then(res => {
......
......@@ -112,7 +112,8 @@ const OwnMallEdit: React.FC<ShopEditPropsType> = (props) => {
templateId: id,
categoryId,
memberId,
roleId: memberRoleId
roleId: memberRoleId,
shopId,
}
getTemplateAdornWebSelfMemberCategoryAdorn(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