From 2f7e917dc9032961335d506a689bfd30c709ba9e Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期四, 03 四月 2025 11:01:52 +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