From a2500dc3bdce4e740a51796fdd13c8e79b0b7dc2 Mon Sep 17 00:00:00 2001 From: wangxiang <1827945911@qq.com> Date: Sat, 7 May 2022 01:17:13 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=A3=20=E4=BF=AE=E5=A4=8D=E8=87=B4?= =?UTF-8?q?=E5=91=BD=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kicc-ui/src/views/system/config/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kicc-ui/src/views/system/config/index.vue b/kicc-ui/src/views/system/config/index.vue index 9311ac0e..037a98bd 100644 --- a/kicc-ui/src/views/system/config/index.vue +++ b/kicc-ui/src/views/system/config/index.vue @@ -277,7 +277,7 @@ scroll: unref(getScrollRef), rowClassName: unref(getRowClassName), rowSelection: unref(getRowSelectionRef), - pagination: toRaw(unref(getPaginationInfo)), + pagination: toRaw(unref(getPaginationInfo)) }; return propsData; });