From 37be68ce2c016fa348071ef1f9722b5ef5499b61 Mon Sep 17 00:00:00 2001 From: sunFlower <787203167@qq.com> Date: Fri, 4 Nov 2022 17:04:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=A6=85=E9=81=93=E5=B7=B2?= =?UTF-8?q?=E7=9F=A5bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../splitting/modules/SplitDetail.vue | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) 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 : '')