52712 标准入库流程 批准节点 批准节点同意后 适用认证有个【】

This commit is contained in:
宋伟佳
2022-05-10 10:07:28 +08:00
parent c7ba390b1d
commit 26e9044117
@@ -3823,6 +3823,13 @@ export default {
location['child2'] = []
} else {
const childList = list2[0].child.filter(item => item.attrField === 'SYRZ');
if(childList.length){
childList.forEach(item => {
if(item.value === "[]"){
item.value = ''
}
})
}
location['child2'] = childList
}
}