mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-17 12:46:43 +08:00
[FIX]【自助入司流程优化app端】
This commit is contained in:
@@ -162,7 +162,17 @@ export default {
|
|||||||
item.bigCode = 'A' + index + 1
|
item.bigCode = 'A' + index + 1
|
||||||
if (item.itemDtoLst) {
|
if (item.itemDtoLst) {
|
||||||
item.itemDtoLst.map((it, index) => {
|
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
|
return itemB.impartNo == it.impartNo && itemB.impartType == it.impartType
|
||||||
})
|
})
|
||||||
if (showSubLst && showSubLst.length > 0) {
|
if (showSubLst && showSubLst.length > 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user