Skip to content

Commit 1ee86be

Browse files
committed
page-size -> default_page_size
1 parent 8574c80 commit 1ee86be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

uliweb_apijson/apijson/templates/vue/inc_apijson_table.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -357,8 +357,8 @@
357357
if (this.config.add_fields!=null) {
358358
this.add_items = this.config_add_fields
359359
}
360-
if (this.config.page_size!=null) {
361-
this.query_count = this.config.page_size
360+
if (this.config.default_page_size!=null) {
361+
this.query_count = this.config.default_page_size
362362
}
363363
}
364364
if (this.func_init!=null) {

0 commit comments

Comments
 (0)