From 99b23477a5ec5ea93ff453f1b698d7dfd1313e3b Mon Sep 17 00:00:00 2001 From: zhaomeijing Date: Mon, 6 Jun 2022 14:44:22 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E6=8E=A7=E4=BB=B6=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/ParameterItemCollectionList.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue b/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue index 35741f5af..63e469f5f 100644 --- a/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue +++ b/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue @@ -802,6 +802,9 @@ export default { if(itemIn !== 'sdt') { if(item[itemIn] instanceof Object) { postDateobj[itemIn] = item[itemIn] + if(item[itemIn].list[0].dataValue instanceof Array) { + item[itemIn].list[0].dataValue = item[itemIn].list[0].dataValue.join(',') + } } } })