提交 36eca969 authored 作者: lihuihui's avatar lihuihui

修改bug

上级 286e1785
......@@ -95,7 +95,7 @@
{{
item.question_answer.map((i, index) => {
return A_Z[item.question_options.findIndex(id => { return id.id === i })]
}).toString().replace(new RegExp(',', 'g'), '')
}).sort().toString().replace(new RegExp(',', 'g'), '')
}}
</span>
</div>
......@@ -104,7 +104,7 @@
{{
findData(item, 'answer').map((i, index) => {
return A_Z[item.question_options.findIndex(id => { return id.id === i })]
}).toString().replace(new RegExp(',', 'g'), '')
}).sort().toString().replace(new RegExp(',', 'g'), '')
}}
</span>
</div>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论