Explorar o código

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

朱鑫波 %!s(int64=3) %!d(string=hai) anos
pai
achega
32e6254af0
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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) => {