mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-25 04:52:52 +08:00
Merge branch 'feature/GFRS-693【待确定】自助入司流程优化(app端)' into dev
This commit is contained in:
@@ -134,7 +134,7 @@ export default {
|
||||
res.map((item, index) => {
|
||||
if (dataItemLst && dataItemLst.length > 0) {
|
||||
let showLst = dataItemLst.filter(itemC => {
|
||||
return itemC.impartId == item.impartId && itemC.impartType == item.impartType
|
||||
return itemC.impartId == item.impartCode && itemC.impartType == item.impartType
|
||||
})
|
||||
if (showLst && showLst.length > 0) {
|
||||
item.impartAnswer = showLst[0].impartAnswer
|
||||
|
||||
Reference in New Issue
Block a user