From 9f5a8e771ff503c9a2423afd4440f6cae5edb14e Mon Sep 17 00:00:00 2001 From: song-cc-rock Date: Mon, 23 Dec 2024 18:12:11 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E7=BC=BA=E9=99=B7=E7=AE=A1=E7=90=86):=20?= =?UTF-8?q?=E7=A9=BA=E5=AD=97=E6=AE=B5=E5=80=BC=E5=9B=9E=E6=98=BE=E6=8A=A5?= =?UTF-8?q?=E9=94=99=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1050732 --user=宋昌昌 【缺陷管理】项目集成jira-编辑缺陷-缺陷内容为空 https://www.tapd.cn/55049933/s/1635710 --- frontend/src/views/bug-management/edit.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/views/bug-management/edit.vue b/frontend/src/views/bug-management/edit.vue index 6dd47941c7..3f6770e19a 100644 --- a/frontend/src/views/bug-management/edit.vue +++ b/frontend/src/views/bug-management/edit.vue @@ -731,6 +731,7 @@ } else if (MULTIPLE_TYPE.includes(item.type)) { if (!item.value) { tmpObj[item.id] = []; + return; } const multipleOptions = getOptionFromTemplate( currentCustomFields.value.find((filed: any) => item.id === filed.fieldId)