[FIX]【自助入司流程优化app端】

This commit is contained in:
yuweiqi
2020-06-17 19:18:37 +08:00
parent 2b493eb55a
commit cff1e7eb41

View File

@@ -162,7 +162,17 @@ export default {
item.bigCode = 'A' + index + 1
if (item.itemDtoLst) {
item.itemDtoLst.map((it, index) => {
let showSubLst = showLst.filter(itemB => {
// let showSubLst = showLst.filter(itemB => {
let showSubLst = showLst[0].itemDtoLst.filter(itemB => {
console.log(
'!!!!!!!!!!',
item.itemDtoLst,
showLst,
showLst[0].itemDtoLst,
it,
itemB,
itemB.impartNo == it.impartNo && itemB.impartType == it.impartType
)
return itemB.impartNo == it.impartNo && itemB.impartType == it.impartType
})
if (showSubLst && showSubLst.length > 0) {