From 0493a60ac7d2f07d0be94d360b3e0186eb594038 Mon Sep 17 00:00:00 2001 From: zhaomeijing Date: Mon, 27 Jun 2022 14:32:16 +0800 Subject: [PATCH] [update] --- .../components/ParameterItemCollectionList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue b/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue index ac121a266..ff688d678 100644 --- a/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue +++ b/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue @@ -952,7 +952,7 @@ export default { if(item.type == 'pull_more'){ item.dataValue = item.dataValue.join(',') } - if(item.type == 'text'){ + if(item.type == 'text' && item.dataValue !== null){ item.dataValue = item.dataValue.toString() } })