From 951c39dd069030a37b4d718b859dfb118269e433 Mon Sep 17 00:00:00 2001 From: Mila <Mila@pollex.com.tw> Date: 星期一, 15 十一月 2021 17:57:25 +0800 Subject: [PATCH] Merge branch 'master' of https://192.168.0.10:8443/r/pcalife/PAM --- PAMapp/components/Ui/UiPagination.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/PAMapp/components/Ui/UiPagination.vue b/PAMapp/components/Ui/UiPagination.vue index d157b14..4e795bf 100644 --- a/PAMapp/components/Ui/UiPagination.vue +++ b/PAMapp/components/Ui/UiPagination.vue @@ -17,7 +17,7 @@ @Component export default class UiPagination extends Vue { @Prop() totalList!: Consultants[]; - pageSize = 5; + @Prop({default: 5}) pageSize!: number; currentPage = 1; pageList: Consultants[] = []; -- Gitblit v1.8.0