fix:查看投票、查看试卷问题修改

This commit is contained in:
wyx
2023-03-04 11:45:49 +08:00
parent a09396ccf6
commit 8a2159d1be
3 changed files with 18 additions and 15 deletions

View File

@@ -79,7 +79,7 @@
<EScore v-model:eScorevisible="eScorevisible" />
</a-drawer>
<!-- 查看答卷抽屉 -->
<CheckAnsware v-model:CAvisible="CAvisible" :datasource="datasource" />
<CheckAnsware v-model:CAvisible="CAvisible" :datasource="datasource1" />
</template>
<script>
@@ -306,7 +306,7 @@ export default {
type="link"
onClick={() => {
state.studentKid = text.record.studentKid;
state.datasource = text.record;
state.datasource1 = text.record;
state.CAvisible = true;
}}>
查看答卷
@@ -321,7 +321,7 @@ export default {
disabled
onClick={() => {
state.studentKid = text.record.studentKid;
state.datasource = text.record;
state.datasource1 = text.record;
state.CAvisible = true;
}}>
查看答卷
@@ -336,7 +336,7 @@ export default {
loadingData: true,
studentKid: '',
CAvisible: false,
datasource: ''
datasource1: ''
});
const closeDrawer = () => {