소스 검색

选择产品数据请求条数修改

朱鑫波 3 년 전
부모
커밋
32e6254af0
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/views/modules/material/comment/selectTable.vue

+ 1 - 0
src/views/modules/material/comment/selectTable.vue

@@ -254,6 +254,7 @@ export default {
         userId: this.userInfo().id,
         pageNo: this.ipagination.current,
         productName: this.keyValue,
+         pageSize: this.ipagination.pageSize,
       }).then((res) => {
         if (res.code == 0) {
           let defaultList = res.result.records.map((item, index) => {