فهرست منبع

我的考试,随机出题

lidie 1 سال پیش
والد
کامیت
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) {

برخی فایل ها در این مقایسه diff نمایش داده نمی شوند زیرا تعداد فایل ها بسیار زیاد است