فهرست منبع

导师带徒 修改考试

jiangbiao 11 ماه پیش
والد
کامیت
011bce21ad
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      ui/src/views/training/bccnew/firstPlanTmpl/index.vue
  2. 1 1
      ui/src/views/training/bccnew/firstplan/index.vue

+ 1 - 1
ui/src/views/training/bccnew/firstPlanTmpl/index.vue

@@ -439,7 +439,7 @@ export default {
     })
     this.getList();
     this.getTreeselect();
-    listExam({ pageNum: 1, pageSize: 1000,  examType: 2 }).then(response => {
+    listExam({ pageNum: 1, pageSize: 1000,  examType: 3 }).then(response => {
       this.examOptions = response.rows;
     });
   },

+ 1 - 1
ui/src/views/training/bccnew/firstplan/index.vue

@@ -580,7 +580,7 @@ export default {
     }
   },
   created() {
-    listExam({pageNum: 1, pageSize: 1000, examType: 2}).then(response => {
+    listExam({pageNum: 1, pageSize: 1000, examType: 3}).then(response => {
       this.examOptions = response.rows;
     });
     //设置表格高度对应屏幕高度