Ver Fonte

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

朱鑫波 há 3 anos atrás
pai
commit
32e6254af0
1 ficheiros alterados com 1 adições e 0 exclusões
  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) => {