Commit 9ba7d955 authored by youjie's avatar youjie

no message

parent 37bab710
......@@ -193,7 +193,6 @@
postMsg.push(item);
})
}
for(let i=0;i<dataList.length;i++){
if(dataList[i].SurveyType==2||dataList[i].SurveyType==3){
let filter = dataList[i].SurveyOptionsList.filter(x=> {return x.IsCheck=='1'})
......@@ -203,6 +202,9 @@
}
}
}
}
postMsg.forEach(item=>{
if(item.SurveyType==2||item.SurveyType==3){
item.ScoreNum = 0
......
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