From 5454bbe86b1a22e9f05b6bc43f7ed7e9d6c4dc14 Mon Sep 17 00:00:00 2001
From: zhou zhou <3272660260@qq.com>
Date: 星期五, 03 四月 2026 09:34:15 +0800
Subject: [PATCH] #版权 PROJECT_COPYRIGHT logo PROJECT_LOGO 配置项和页面优化
---
rsf-design/src/views/system/user/userPage.helpers.js | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/rsf-design/src/views/system/user/userPage.helpers.js b/rsf-design/src/views/system/user/userPage.helpers.js
index a2173a2..8189f25 100644
--- a/rsf-design/src/views/system/user/userPage.helpers.js
+++ b/rsf-design/src/views/system/user/userPage.helpers.js
@@ -71,6 +71,13 @@
}
}
+export function getUserPaginationKey() {
+ return {
+ current: 'current',
+ size: 'pageSize'
+ }
+}
+
export function buildUserDialogModel(record = {}) {
const roleIds = normalizeRoleIds(record)
return {
--
Gitblit v1.9.1