This commit is contained in:
2025-09-25 12:12:28 +08:00
parent 81fd7352db
commit bcb8cfb3c0
2 changed files with 3 additions and 2 deletions

View File

@ -125,8 +125,6 @@ const getList = () => {
let arr = res.records || []
arr.forEach(item => {
item.correctAnswer = item.correctAnswer.split(',')
console.log(item.correctAnswer);
});
pageData.tableData = arr;
pageData.total = res.total;