Explorar el Código

修改分页参数

qxmlucky hace 2 meses
padre
commit
d46691b287
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/tool/gen/index.vue

+ 1 - 1
src/views/tool/gen/index.vue

@@ -215,7 +215,7 @@ export default {
       // 查询参数
       queryParams: {
         pageNum: 1,
-        pageSize: 10,
+        pageSize: 100,
         tableName: undefined,
         tableComment: undefined
       },