From b3f2a29b4b6745aaa0e578d2547dfed719c28039 Mon Sep 17 00:00:00 2001
From: xiejun <xiejun@vci-tech.com>
Date: 星期三, 10 一月 2024 10:38:08 +0800
Subject: [PATCH] 获取集团集成接口属性获取值大小写转换读取

---
 Source/UBCS-WEB/src/views/docking/infoForm.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/Source/UBCS-WEB/src/views/docking/infoForm.vue b/Source/UBCS-WEB/src/views/docking/infoForm.vue
index a5772d4..d8f88c9 100644
--- a/Source/UBCS-WEB/src/views/docking/infoForm.vue
+++ b/Source/UBCS-WEB/src/views/docking/infoForm.vue
@@ -233,6 +233,7 @@
   components: { vciWebRefer },
   data() {
     return {
+      referUrl:'/api/ubcs-code/dockingManagement/gridDockingSystem',
       showSubmitDialog: false,
       //鎺ュ彛绫诲瀷涓嬫媺
       interfaceTypeList: [{
@@ -548,7 +549,7 @@
       })
       this.$nextTick(function (){
         if(pass){
-          that.formData.sysIntParamDTOs=this.formData.sysIntParamVOs.map(item=>{
+          that.formData.sysIntParamDTOS=this.formData.sysIntParamVOs.map(item=>{
             return {
               ...item,
               ordernNo:item.$index

--
Gitblit v1.10.0