From 529b40cc4cd049ae3e96d3aedae3142e0effea60 Mon Sep 17 00:00:00 2001
From: xiejun <xj@2023>
Date: 星期四, 30 十一月 2023 11:46:15 +0800
Subject: [PATCH] 标准申请集成接口添加

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

diff --git a/Source/UBCS-WEB/src/components/FormTemplate/index.vue b/Source/UBCS-WEB/src/components/FormTemplate/index.vue
index e0e0dc1..573c4b5 100644
--- a/Source/UBCS-WEB/src/components/FormTemplate/index.vue
+++ b/Source/UBCS-WEB/src/components/FormTemplate/index.vue
@@ -372,7 +372,7 @@
       if (this.$refs.CodeApply) {
         this.$refs.CodeApply.changeChildItem(this.secVOList, this.TreeValue, this.type);
       }
-    },,
+    },
     //灞炴�х爜娈佃祴鍊�
     attrListForm(attrListForm) {
       this.attrList = attrListForm;

--
Gitblit v1.9.3