From 27cddefb0cb28da699954ba1a1756d6bcabafbbe Mon Sep 17 00:00:00 2001
From: ludc <ludc@vci-tech.com>
Date: 星期三, 05 三月 2025 17:41:29 +0800
Subject: [PATCH] 集成申码接口调整:当码值按照约定传表名为空的业务场景下传null校验问题和码值组装问题。

---
 Source/UBCS-WEB/src/views/code/codeKeyAttrRepeat.vue |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/Source/UBCS-WEB/src/views/code/codeKeyAttrRepeat.vue b/Source/UBCS-WEB/src/views/code/codeKeyAttrRepeat.vue
index 490300f..922fd88 100644
--- a/Source/UBCS-WEB/src/views/code/codeKeyAttrRepeat.vue
+++ b/Source/UBCS-WEB/src/views/code/codeKeyAttrRepeat.vue
@@ -27,6 +27,9 @@
                    @click="handleDelete">鍒� 闄�
         </el-button>
       </template>
+      <template slot-scope="scope" slot="confoundForm">
+        <el-input placeholder="璇疯緭鍏ユ贩娣嗗瓧绗︿互閫楀彿闅斿紑" v-model="confoundValue"></el-input>
+      </template>
     </avue-crud>
   </basic-container>
 </template>
@@ -49,7 +52,8 @@
         },
         selectionList: [],
         option: option,
-        data: []
+        data: [],
+        confoundValue:''
       };
     },
     computed: {

--
Gitblit v1.9.3