|
|
|
@ -1020,7 +1020,7 @@ export class BasicinfoComponent implements OnInit {
|
|
|
|
|
element.propertyInfos = arr |
|
|
|
|
} |
|
|
|
|
//如果当前分组没勾选 则需先去重然后重置每一个value为空
|
|
|
|
|
if(!element.submitted){ |
|
|
|
|
if(!element.submitted && element.name != '基本信息'){ |
|
|
|
|
const res = new Map(); |
|
|
|
|
element.propertyInfos = element.propertyInfos.filter((a) => !res.has(a.propertyName) && res.set(a.propertyName, 1)) |
|
|
|
|
element.propertyInfos.forEach(ele => { |
|
|
|
|