From c024e464b3e361953cacc7549573f01eef2312be Mon Sep 17 00:00:00 2001 From: "1437892690@qq.com" <1437892690@qq.com> Date: Tue, 13 May 2025 10:14:39 +0800 Subject: [PATCH] =?UTF-8?q?[=E4=BF=AE=E5=A4=8D]=20=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E6=8E=88=E6=9D=83=E9=A1=B5=E6=9D=83=E9=99=90=E5=9B=9E=E6=98=BE?= =?UTF-8?q?=E4=B8=8D=E6=AD=A3=E7=A1=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 关联 #[1417283535077376]用户授权页权限回显不正确 http://192.168.0.96:8090/demo/rdm.html#/bug-detail/939050947543040/939050947543057/1417283535077376 --- localconfig/i18n/language_en.json | 3 +++ localconfig/i18n/language_zh.json | 3 +++ 2 files changed, 6 insertions(+) diff --git a/localconfig/i18n/language_en.json b/localconfig/i18n/language_en.json index 8c15c9b..fb769ef 100644 --- a/localconfig/i18n/language_en.json +++ b/localconfig/i18n/language_en.json @@ -5053,6 +5053,9 @@ } } }, + "usergetforeditapi": { + "getname": "Retrieve user information (dedicated for editing page display)" + }, "userprofilelistapi": { "getname": "User personalized query list interface" }, diff --git a/localconfig/i18n/language_zh.json b/localconfig/i18n/language_zh.json index 26ad866..e6856f9 100644 --- a/localconfig/i18n/language_zh.json +++ b/localconfig/i18n/language_zh.json @@ -5105,6 +5105,9 @@ } } }, + "usergetforeditapi": { + "getname": "获取用户信息(编辑页面回显专用)" + }, "userprofilelistapi": { "getname": "用户个性化查询列表接口" }, -- Gitee