From f23f7a18fe8fe3729dfb91af5b55b515b835c7d8 Mon Sep 17 00:00:00 2001
From: YYC <1833023622@qq.com>
Date: 星期四, 17 八月 2023 17:40:16 +0800
Subject: [PATCH] 问题修改

---
 igds-manager/src/main/java/com/ld/igds/oa/view/DeptDevice.view.xml |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/igds-manager/src/main/java/com/ld/igds/oa/view/DeptDevice.view.xml b/igds-manager/src/main/java/com/ld/igds/oa/view/DeptDevice.view.xml
index d005b9c..83ea38b 100644
--- a/igds-manager/src/main/java/com/ld/igds/oa/view/DeptDevice.view.xml
+++ b/igds-manager/src/main/java/com/ld/igds/oa/view/DeptDevice.view.xml
@@ -269,7 +269,8 @@
             <Property name="iconClass">fa fa-search</Property>
           </Button>
           <Button layoutConstraint="left">
-            <ClientEvent name="onClick">view.get(&quot;#dsParam&quot;).flushAsync();</ClientEvent>
+            <ClientEvent name="onClick">view.get(&quot;#dsParam&quot;).flushAsync();&#xD;
+view.get(&quot;#dsParam&quot;).insert({});</ClientEvent>
             <Property name="caption">閲嶇疆</Property>
             <Property name="iconClass">fa fa-refresh</Property>
             <Property name="exClassName">btn-default</Property>
@@ -527,7 +528,8 @@
                 <Property name="iconClass">fa fa-search</Property>
               </Button>
               <Button layoutConstraint="left">
-                <ClientEvent name="onClick">view.get(&quot;#dsParamCheck&quot;).flushAsync();</ClientEvent>
+                <ClientEvent name="onClick">view.get(&quot;#dsParamCheck&quot;).flushAsync();&#xD;
+view.get(&quot;#dsParamCheck&quot;).insert({});</ClientEvent>
                 <Property name="caption">閲嶇疆</Property>
                 <Property name="iconClass">fa fa-refresh</Property>
                 <Property name="exClassName">btn-default</Property>
@@ -669,9 +671,10 @@
             <Property name="trigger">listDropYN</Property>
             <Editor/>
           </AutoFormElement>
-          <AutoFormElement>
+          <AutoFormElement layoutConstraint="colSpan:2">
             <Property name="name">remark</Property>
             <Property name="property">remark</Property>
+            <Property name="editorType">TextArea</Property>
             <Editor/>
           </AutoFormElement>
         </AutoForm>

--
Gitblit v1.9.3