Commit a596b053 authored by liwei's avatar liwei

修改了岗位题库的导入问题

parent 309e479c
......@@ -773,7 +773,7 @@ export default {
// 当题目是多选的时候,处理题目答案选项
if (res.data.questionType === 2) {
// res.data.answerList = []
this.form.answerList = res.data.answer.split(',')
this.form.answerList = res.data.answer.split('')
console.log('this.form.answer', this.form.answerList)
// res.data.answer = null
} else {
......
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