From 9d75a217e8ea8ceb0b071803d6fa410dd3683073 Mon Sep 17 00:00:00 2001
From: 田源 <lastanimals@163.com>
Date: 星期四, 16 十一月 2023 16:16:48 +0800
Subject: [PATCH] 整合代码

---
 Source/UBCS-WEB/src/components/FormTemplate/index.vue |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/Source/UBCS-WEB/src/components/FormTemplate/index.vue b/Source/UBCS-WEB/src/components/FormTemplate/index.vue
index fd884ed..f6a23b6 100644
--- a/Source/UBCS-WEB/src/components/FormTemplate/index.vue
+++ b/Source/UBCS-WEB/src/components/FormTemplate/index.vue
@@ -323,8 +323,7 @@
       if (this.attrList) {
         this.attrList.forEach(item => {
           if (this.form.hasOwnProperty(item.referAttributeId)) {
-            let oid = item.oid; // 澹版槑涓�涓彉閲忚褰曚笅涓�鑷寸殑item鐨刼id
-            this.codeApplyForm[oid] = this.form[item.referAttributeId] ;
+            this.codeApplyForm[item.oid] = this.form[item.referAttributeId] ;
           }
         })
       }

--
Gitblit v1.9.3