Explorar el Código

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

朱鑫波 hace 3 años
padre
commit
32e6254af0
Se han modificado 1 ficheros con 1 adiciones y 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) => {