52712 标准入库流程 批准节点 批准节点同意后 适用认证有个【】
This commit is contained in:
@@ -3823,6 +3823,13 @@ export default {
|
|||||||
location['child2'] = []
|
location['child2'] = []
|
||||||
} else {
|
} else {
|
||||||
const childList = list2[0].child.filter(item => item.attrField === 'SYRZ');
|
const childList = list2[0].child.filter(item => item.attrField === 'SYRZ');
|
||||||
|
if(childList.length){
|
||||||
|
childList.forEach(item => {
|
||||||
|
if(item.value === "[]"){
|
||||||
|
item.value = ''
|
||||||
|
}
|
||||||
|
})
|
||||||
|
}
|
||||||
location['child2'] = childList
|
location['child2'] = childList
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user