|
@@ -265,7 +265,14 @@
|
|
import mqtt from 'mqtt'
|
|
import mqtt from 'mqtt'
|
|
import flvjs from 'flv.js'
|
|
import flvjs from 'flv.js'
|
|
import { hardWareControl,alarmControl } from "@/api/laboratory/hardware";
|
|
import { hardWareControl,alarmControl } from "@/api/laboratory/hardware";
|
|
-import { authListSubject,subjectInfo,updateSubject,mangerVoice,startUrl, } from "@/api/laboratory/subject";
|
|
|
|
|
|
+import {
|
|
|
|
+ authListSubject,
|
|
|
|
+ subjectInfo,
|
|
|
|
+ updateSubject,
|
|
|
|
+ mangerVoice,
|
|
|
|
+ startUrl,
|
|
|
|
+ authListSubjectTow
|
|
|
|
+} 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";
|
|
import deviceList from "./deviceList.vue";
|
|
import deviceList from "./deviceList.vue";
|
|
@@ -835,7 +842,7 @@ export default {
|
|
getList() {
|
|
getList() {
|
|
this.loading = true;
|
|
this.loading = true;
|
|
// this.offMQTT();
|
|
// this.offMQTT();
|
|
- authListSubject(this.queryParams).then(response => {
|
|
|
|
|
|
+ authListSubjectTow(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;
|