From 994d04d75286b66aee74d37b95e4b954f978c0a8 Mon Sep 17 00:00:00 2001
From: YYC <1833023622@qq.com>
Date: 星期二, 25 二月 2025 12:00:41 +0800
Subject: [PATCH] 油罐字段类型修改

---
 src/main/java/com/fzzy/otherview/gd2022/GdApi9201.view.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/java/com/fzzy/otherview/gd2022/GdApi9201.view.xml b/src/main/java/com/fzzy/otherview/gd2022/GdApi9201.view.xml
index 0337999..49fa941 100644
--- a/src/main/java/com/fzzy/otherview/gd2022/GdApi9201.view.xml
+++ b/src/main/java/com/fzzy/otherview/gd2022/GdApi9201.view.xml
@@ -993,8 +993,8 @@
                     <Property name="text">鑿滃崟鏍忥細</Property>
                   </Label>
                   <Button layoutConstraint="left">
-                    <ClientEvent name="onClick">var list = view.get(&quot;#dsMain.data:#&quot;).get(&quot;dtlList&quot;);&#xD;
-list.insert({});&#xD;
+                    <ClientEvent name="onClick">var list = view.get(&quot;#dsMain.data:#&quot;).get(&quot;dtls&quot;);&#xD;
+list.insert();&#xD;
 view.get(&quot;#addDtl&quot;).show();</ClientEvent>
                     <Property name="caption">鏂板</Property>
                     <Property name="exClassName">btn-default</Property>

--
Gitblit v1.9.3