mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-25 06:02:52 +08:00
Merge branch 'dev_1220' into release/1226
This commit is contained in:
@@ -185,11 +185,6 @@ export default {
|
||||
that.impartDTOS.map(it => {
|
||||
it.impartItemDTOS.map(itm => {
|
||||
itm.impartAnswer = '1'
|
||||
if (itm.impartCode == '2b') {
|
||||
itm.impartAnswer = ''
|
||||
}
|
||||
// console.log(itm.impartAnswer)
|
||||
// console.log(itm.show)
|
||||
})
|
||||
})
|
||||
},
|
||||
@@ -296,16 +291,16 @@ export default {
|
||||
if (impartCode == '2a') {
|
||||
if (val == '0') {
|
||||
this.showFlag = true
|
||||
that.impartDTOS.map(it => {
|
||||
it.impartItemDTOS.map(itm => {
|
||||
if (itm.impartCode == '2b') {
|
||||
itm.impartAnswer = '0'
|
||||
}
|
||||
})
|
||||
})
|
||||
} else {
|
||||
this.showFlag = false
|
||||
}
|
||||
that.impartDTOS.map(it => {
|
||||
it.impartItemDTOS.map(itm => {
|
||||
if (itm.impartCode == '2b') {
|
||||
itm.impartAnswer = ''
|
||||
}
|
||||
})
|
||||
})
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user