From b71af9d0d8fb6f2380614fc8df56f09f57a382e5 Mon Sep 17 00:00:00 2001 From: song-cc-rock Date: Tue, 28 May 2024 16:51:14 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E7=BC=BA=E9=99=B7=E7=AE=A1=E7=90=86):=20?= =?UTF-8?q?=E5=A4=8D=E5=88=B6=E7=BC=BA=E9=99=B7=E6=97=B6=E5=AF=8C=E6=96=87?= =?UTF-8?q?=E6=9C=AC=E6=96=87=E4=BB=B6=E5=8F=82=E6=95=B0=E4=BC=A0=E9=80=92?= =?UTF-8?q?=E6=9C=89=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1041301 --user=宋昌昌 【缺陷管理】复制MS平台缺陷模板创建的缺陷失败 https://www.tapd.cn/55049933/s/1522251 --- 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 a2131edde2..f71f34a176 100644 --- a/frontend/src/views/bug-management/edit.vue +++ b/frontend/src/views/bug-management/edit.vue @@ -607,6 +607,7 @@ }; if (isCopy.value) { delete tmpObj.id; + delete tmpObj.richTextTmpFileIds; } // 过滤出本地保存的文件 const localFiles = fileList.value.filter((item) => item.local && item.status === 'init');