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