Эх сурвалжийг харах

导师带徒 修改考试

jiangbiao 11 сар өмнө
parent
commit
011bce21ad

+ 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;
     });
     //设置表格高度对应屏幕高度