fix(缺陷管理): 复制缺陷时富文本文件参数传递有误

--bug=1041301 --user=宋昌昌 【缺陷管理】复制MS平台缺陷模板创建的缺陷失败 https://www.tapd.cn/55049933/s/1522251
This commit is contained in:
song-cc-rock 2024-05-28 16:51:14 +08:00 committed by Craftsman
parent 6f4f9ae338
commit b71af9d0d8
1 changed files with 1 additions and 0 deletions

View File

@ -607,6 +607,7 @@
};
if (isCopy.value) {
delete tmpObj.id;
delete tmpObj.richTextTmpFileIds;
}
//
const localFiles = fileList.value.filter((item) => item.local && item.status === 'init');