fix(缺陷管理): 复制缺陷时富文本文件参数传递有误
--bug=1041301 --user=宋昌昌 【缺陷管理】复制MS平台缺陷模板创建的缺陷失败 https://www.tapd.cn/55049933/s/1522251
This commit is contained in:
parent
6f4f9ae338
commit
b71af9d0d8
|
@ -607,6 +607,7 @@
|
|||
};
|
||||
if (isCopy.value) {
|
||||
delete tmpObj.id;
|
||||
delete tmpObj.richTextTmpFileIds;
|
||||
}
|
||||
// 过滤出本地保存的文件
|
||||
const localFiles = fileList.value.filter((item) => item.local && item.status === 'init');
|
||||
|
|
Loading…
Reference in New Issue