|
@@ -180,7 +180,7 @@ export default class PersonalizeEditPage extends Component {
|
|
if (name === 'tag') {
|
|
if (name === 'tag') {
|
|
this.props.dispatch({
|
|
this.props.dispatch({
|
|
type: 'tag/fetchTagList',
|
|
type: 'tag/fetchTagList',
|
|
- payload: { merchantId: this.state.uid, ...data },
|
|
|
|
|
|
+ payload: { merchantId: this.state.mid, ...data },
|
|
});
|
|
});
|
|
}
|
|
}
|
|
};
|
|
};
|