瀏覽代碼

我的考试,随机出题

lidie 2 年之前
父節點
當前提交
df73794728
共有 2 個文件被更改,包括 679 次插入506 次删除
  1. 676 506
      src/views/platform/bpmn/my-test/examPop.vue
  2. 3 0
      src/views/platform/bpmn/my-test/index.vue

文件差異過大導致無法顯示
+ 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
                 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) {

部分文件因文件數量過多而無法顯示