|
@@ -111,6 +111,7 @@
|
|
|
// import voiceIntercom from "./voiceIntercom.vue";
|
|
|
import { statisticsHardware } from "@/api/laboratory/hardware";
|
|
|
import { listDepartments } from "@/api/system/dept";
|
|
|
+ import { getSubjectDictByViolation } from '@/api/laboratory/violation'
|
|
|
import { subjectDictList } from "@/api/laboratory/group";
|
|
|
|
|
|
/*
|
|
@@ -191,7 +192,7 @@ export default {
|
|
|
let params = {};
|
|
|
params.deptId = deptId;
|
|
|
this.queryParams.subjectId = "";
|
|
|
- subjectDictList(params).then(response => {
|
|
|
+ getSubjectDictByViolation(params).then(response => {
|
|
|
this.subjectOptions = response.data;
|
|
|
this.loading = false;
|
|
|
});
|