|
@@ -38,7 +38,7 @@ export default class RecommendCourseEditPage extends Component {
|
|
handleSelectorChange = (params) => {
|
|
handleSelectorChange = (params) => {
|
|
this.props.dispatch({
|
|
this.props.dispatch({
|
|
type: 'shelves/fetchCourseItemList',
|
|
type: 'shelves/fetchCourseItemList',
|
|
- payload: params,
|
|
|
|
|
|
+ payload: { ...params, merchantId: this.getMerchantId() },
|
|
});
|
|
});
|
|
}
|
|
}
|
|
handleSelectorFinish = (rows) => {
|
|
handleSelectorFinish = (rows) => {
|