소스 검색

修改tag翻页错误

zhanghe 7 년 전
부모
커밋
543f9daab1
1개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  1. 2 3
      src/routes/MProduct/Edit/index.js

+ 2 - 3
src/routes/MProduct/Edit/index.js

@@ -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);