From fdf13539b4ef7f5fddb3b7335015fb3c34915a8b Mon Sep 17 00:00:00 2001
From: wangting <wangting@vci-tech.com>
Date: 星期二, 14 一月 2025 11:50:40 +0800
Subject: [PATCH] 调整查询模板添加窗口各下拉数据的获取

---
 Source/plt-web/plt-web-ui/src/components/PLT-basic-component/basicForm.vue |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/Source/plt-web/plt-web-ui/src/components/PLT-basic-component/basicForm.vue b/Source/plt-web/plt-web-ui/src/components/PLT-basic-component/basicForm.vue
index dc51274..166830c 100644
--- a/Source/plt-web/plt-web-ui/src/components/PLT-basic-component/basicForm.vue
+++ b/Source/plt-web/plt-web-ui/src/components/PLT-basic-component/basicForm.vue
@@ -199,6 +199,7 @@
             : this.span,
         value: item.value || item.defaultValue,
         display: item.display || !item.hidden,
+        suffixIcon: item.suffixIcon || item.prefix,
         labelSuffix: item.labelSuffix || item.suffix,
         tip: item.tip || item.tooltips,
         dictCode: item.dictCode || item.comboxKey,
@@ -345,6 +346,12 @@
     },
     updateDic(prop,data){
       this.$refs.form.updateDic(prop,data)
+    },
+    dicInit(){
+      this.$refs.form.dicInit()
+    },
+    getPropRef(){
+      this.$refs.form.getPropRef()
     }
   },
 };

--
Gitblit v1.9.3