提交 eb079d8b 编写于 作者: tony001's avatar tony001

update:更新

上级 50de0f39
......@@ -1584,7 +1584,7 @@ import { Environment } from '@/environments/environment';
// 准备工作流操作视图参数
if(copyData && Object.keys(copyData).length >0){
Object.keys(copyData).forEach((key:string) =>{
if(!arg.hasOwnProperty(key)){
if(!arg.hasOwnProperty(key) || (arg.hasOwnProperty(key) && (copyData[key] !== null && copyData[key] !== undefined))){
Object.assign(responseData,{[key]:copyData[key]});
}
})
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册