Przeglądaj źródła

我的考试,随机出题

lidie 1 rok temu
rodzic
commit
df73794728

Plik diff jest za duży
+ 676 - 506
src/views/platform/bpmn/my-test/examPop.vue


+ 3 - 0
src/views/platform/bpmn/my-test/index.vue

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

Niektóre pliki nie zostały wyświetlone z powodu dużej ilości zmienionych plików