Commit a71f2a7b authored by zhengke's avatar zhengke

no message

parent 76aee277
......@@ -1127,14 +1127,14 @@
item.MultipleChoiceList.push(JSON.parse(JSON.stringify(this.MultipleChoiceList[i])))
}
}
}
if(item.LossList.length>0){
let LossList = item.LossList
for(let h=0;h<LossList.length;h++){
for(let i=0;i<item.MultipleChoiceList.length;i++){
if(LossList[h].OrderType==this.MultipleChoiceList[i].Id){
item.MultipleChoiceList[i].show=true
}
}
}
if(item.LossList.length>0){
let LossList = item.LossList
for(let h=0;h<LossList.length;h++){
for(let i=0;i<item.MultipleChoiceList.length;i++){
if(LossList[h].OrderType==this.MultipleChoiceList[i].Id){
item.MultipleChoiceList[i].show=true
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment