From 8b28479432fdad5871d64cfa48b902228aae00bc Mon Sep 17 00:00:00 2001 From: 田源 <lastanimals@163.com> Date: 星期三, 29 十一月 2023 15:50:38 +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