From aa77240aba2a41a9a653f6400ed1ff54310f92d4 Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期四, 03 四月 2025 13:03:31 +0800 Subject: [PATCH] 字典 --- DevApp/Gs.DevApp/ToolBox/UtilityHelper.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DevApp/Gs.DevApp/ToolBox/UtilityHelper.cs b/DevApp/Gs.DevApp/ToolBox/UtilityHelper.cs index 9d365b1..f65be3c 100644 --- a/DevApp/Gs.DevApp/ToolBox/UtilityHelper.cs +++ b/DevApp/Gs.DevApp/ToolBox/UtilityHelper.cs @@ -671,9 +671,9 @@ } //鑷畾涓嶈壇 - if (colType is textSelect) + if (colType is UcDictionary) { - var txt = colType as textSelect; + var txt = colType as UcDictionary; txt.TextTxt=(strVal); //if (txt.IsReadly == false) // txt.Enabled = !isEdt; -- Gitblit v1.9.3