From 856ebd70170f2e1873350e98242774445888c8d5 Mon Sep 17 00:00:00 2001 From: wei <kaede@kaededeMacBook-Air.local> Date: 星期三, 04 八月 2021 10:56:47 +0800 Subject: [PATCH] 修改协议文本显示 --- HDL_ON/UI/UI2/4-PersonalCenter/RoomListManage/FloorsManagementPageBLL.cs | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/HDL_ON/UI/UI2/4-PersonalCenter/RoomListManage/FloorsManagementPageBLL.cs b/HDL_ON/UI/UI2/4-PersonalCenter/RoomListManage/FloorsManagementPageBLL.cs index 93eea05..3ab1bf7 100644 --- a/HDL_ON/UI/UI2/4-PersonalCenter/RoomListManage/FloorsManagementPageBLL.cs +++ b/HDL_ON/UI/UI2/4-PersonalCenter/RoomListManage/FloorsManagementPageBLL.cs @@ -48,7 +48,8 @@ if (editResult == DAL.Server.StateCode.SUCCESS) { btn.Text = newName; - }else + } + else { floor.roomName = oldName; } -- Gitblit v1.8.0