|
|
@@ -185,6 +185,7 @@
|
|
|
<exam-pop
|
|
|
v-if="showPop"
|
|
|
ref="childPop"
|
|
|
+ :id1="id1"
|
|
|
:not-start="countTotal.notStart"
|
|
|
:list-data="examPopup"
|
|
|
:bank-id=" examPopup.bankId"
|
|
|
@@ -234,6 +235,7 @@ export default {
|
|
|
examPopup: '',
|
|
|
ReachBottomShow: false,
|
|
|
moreSearchPopup: false,
|
|
|
+ id1: '',
|
|
|
searchForms: {
|
|
|
forms: [
|
|
|
// { prop: 'Q^examName_^SL', label: '考试名称', fieldType: 'text' },
|
|
|
@@ -317,6 +319,7 @@ export default {
|
|
|
methods: {
|
|
|
// 点击开始考试
|
|
|
async onClick(item, index) {
|
|
|
+ this.id1 = item.id_
|
|
|
this.examPopup = item
|
|
|
this.countTotal = await this.getExamCount(item.examId) || 0
|
|
|
if (this.countTotal.count >= parseInt(item.limitCount) && !this.countTotal.notStart) {
|