|
@@ -272,7 +272,6 @@ import {
|
|
updateSubject,
|
|
updateSubject,
|
|
mangerVoice,
|
|
mangerVoice,
|
|
startUrl,
|
|
startUrl,
|
|
- authListSubjectTow
|
|
|
|
} from '@/api/laboratory/subject'
|
|
} from '@/api/laboratory/subject'
|
|
import { filterDept } from "@/api/medicUniversity-3_1/index";
|
|
import { filterDept } from "@/api/medicUniversity-3_1/index";
|
|
import addSubject from "./addSubject.vue";
|
|
import addSubject from "./addSubject.vue";
|
|
@@ -842,7 +841,7 @@ export default {
|
|
getList() {
|
|
getList() {
|
|
this.loading = true;
|
|
this.loading = true;
|
|
// this.offMQTT();
|
|
// this.offMQTT();
|
|
- authListSubjectTow(this.queryParams).then(response => {
|
|
|
|
|
|
+ authListSubject(this.queryParams).then(response => {
|
|
this.subjectList = response.rows;
|
|
this.subjectList = response.rows;
|
|
this.total = response.total;
|
|
this.total = response.total;
|
|
this.loading = false;
|
|
this.loading = false;
|