mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-06 17:36:44 +08:00
fix:查看试卷传递id问题
This commit is contained in:
@@ -374,8 +374,8 @@ const batchFinish = () => {
|
||||
const answerDatasource = ref(props.datasource);
|
||||
|
||||
const showExamAnswer = (text) => {
|
||||
answerDatasource.value.answerId = text.record.answerId;
|
||||
console.log(answerDatasource.value)
|
||||
answerDatasource.value.answerId = String(text.record.answerId);
|
||||
CAvisible.value = true;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user