diff --git a/jero-web/src/views/documentManage/splitting/modules/SplitDetail.vue b/jero-web/src/views/documentManage/splitting/modules/SplitDetail.vue
index d5bd07ddc..9c04555bf 100644
--- a/jero-web/src/views/documentManage/splitting/modules/SplitDetail.vue
+++ b/jero-web/src/views/documentManage/splitting/modules/SplitDetail.vue
@@ -164,14 +164,16 @@
:wrapper-col="wrapperCol"
>
-
+
-
+
@@ -321,7 +323,7 @@
widthBrown: '',
creenWidth: document.body.clientWidth,
brownHeight: document.documentElement.clientHeight,
- administrators:false,
+ administrators: false
}
},
watch: {
@@ -458,6 +460,9 @@
// 将数据存储为 以 id 为 KEY 的 map 索引数据列
let map = {}
config.forEach((item) => {
+ if (!item.name) {
+ item.name = ''
+ }
item.label = item.name
item.key = item.id
item.title = item.name + (item.itemName ? ' ' + item.itemName : '')