From 1b2642c615001b3435a9e99e478517a917f656af Mon Sep 17 00:00:00 2001
From: yuxc <yuxc@vci-tech.com>
Date: 星期五, 26 四月 2024 17:27:11 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 Source/ProjectWeb/src/components/dynamic-components/dynamic-form.vue |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/Source/ProjectWeb/src/components/dynamic-components/dynamic-form.vue b/Source/ProjectWeb/src/components/dynamic-components/dynamic-form.vue
index a949c3c..3e51d12 100644
--- a/Source/ProjectWeb/src/components/dynamic-components/dynamic-form.vue
+++ b/Source/ProjectWeb/src/components/dynamic-components/dynamic-form.vue
@@ -9,7 +9,6 @@
 </template>
 
 <script>
-
 import {dataForm} from "@/api/base/ui";
 
 export default {
@@ -128,8 +127,6 @@
         btmname: this.currentDefineVO.btmType,
         btmType:this.currentDefineVO.btmType,
         formDefineId: this.currentDefineVO.id,
-        componentOid: this.componentVO.oid,
-        uiDefineId: this.uiContext,
         oid:this.currentDefineVO.oid
       };
       if(this.dataStore[0] && this.dataStore[0].oid) {
@@ -138,6 +135,7 @@
       const sourceDataMapList = this.sourceDataMapParams;
 
       this.params = Object.assign({},formParams, sourceDataMapList);
+      console.log(this.params)
     },
     onLoad:function () {
       if (Object.keys(this.sourceData).length>0 && this.isShow) {

--
Gitblit v1.9.3