|
@@ -320,9 +320,8 @@ export default class MerchantProductEdit extends PureComponent {
|
|
|
}));
|
|
|
}
|
|
|
|
|
|
- handleTagModalTableChange = (pagination) => {
|
|
|
- const { location, dispatch, mproductDetail } = this.props;
|
|
|
- const { filters } = mproductDetail;
|
|
|
+ handleTagModalTableChange = (pagination, filterArgs, filters) => {
|
|
|
+ const { location, dispatch } = this.props;
|
|
|
const { search } = location;
|
|
|
const { merchantId, pid } = queryString.parse(search);
|
|
|
|