|
@@ -279,7 +279,7 @@ import mqtt from 'mqtt'
|
|
|
import flvjs from 'flv.js'
|
|
|
import { hardWareControl,alarmControl } from "@/api/laboratory/hardware";
|
|
|
import { authListSubject,subjectInfo,updateSubject,mangerVoice,startUrl,startUrlWC,getDetalis } from "@/api/laboratory/subject";
|
|
|
-import { listDepartments } from "@/api/system/dept";
|
|
|
+import { filterDept } from "@/api/medicUniversity-3_1/index";
|
|
|
import addSubject from "./addSubject.vue";
|
|
|
import deviceList from "./deviceListOne.vue";
|
|
|
import admissionConfiguration from "./admissionConfiguration.vue";
|
|
@@ -854,7 +854,7 @@ export default {
|
|
|
},
|
|
|
/** 查询学院列表 */
|
|
|
getDeptList() {
|
|
|
- listDepartments().then(response => {
|
|
|
+ filterDept().then(response => {
|
|
|
this.$set(this, 'deptOptions', response.data)
|
|
|
});
|
|
|
},
|