|
@@ -453,7 +453,7 @@
|
|
<script>
|
|
<script>
|
|
import { listQu } from "@/api/exam/qu";
|
|
import { listQu } from "@/api/exam/qu";
|
|
import { list_option } from "@/api/exam/el_classify";
|
|
import { list_option } from "@/api/exam/el_classify";
|
|
- import { listDepartments } from "@/api/system/dept";
|
|
|
|
|
|
+ import { getDeptNoAuthList } from "@/api/system/dept";
|
|
import { listEl_resources } from "@/api/exam/el_resources";
|
|
import { listEl_resources } from "@/api/exam/el_resources";
|
|
import { getEl_course,addEl_course, updateEl_course,add_el_chapter,edit_el_chapter,del_el_chapter,queryChapterQu } from "@/api/exam/el_course";
|
|
import { getEl_course,addEl_course, updateEl_course,add_el_chapter,edit_el_chapter,del_el_chapter,queryChapterQu } from "@/api/exam/el_course";
|
|
import { listEl_category} from "@/api/exam/el_category";
|
|
import { listEl_category} from "@/api/exam/el_category";
|
|
@@ -675,7 +675,7 @@
|
|
/******************基本信息-开始******************/
|
|
/******************基本信息-开始******************/
|
|
/* 查询学院列表 */
|
|
/* 查询学院列表 */
|
|
getDeptList(){
|
|
getDeptList(){
|
|
- listDepartments().then(response => {
|
|
|
|
|
|
+ getDeptNoAuthList().then(response => {
|
|
// this.deptOptions = response.data;
|
|
// this.deptOptions = response.data;
|
|
this.$set(this, 'deptOptions', response.data)
|
|
this.$set(this, 'deptOptions', response.data)
|
|
});
|
|
});
|