|
@@ -242,6 +242,7 @@
|
|
|
import { listHardware, delHardware, addHardware, updateHardware,setLock,getCabinetLockList } from "@/api/medicUniversity-3_1/index";
|
|
|
import { listDepartments } from "@/api/system/dept";
|
|
|
import { getToken } from "@/utils/auth";
|
|
|
+ import {subjectDictList } from "@/api/laboratory/record";
|
|
|
import associatedCabinetLock from "./associatedCabinetLock.vue"
|
|
|
import operationRecord from "./operationRecord.vue"
|
|
|
export default {
|
|
@@ -475,7 +476,7 @@
|
|
|
}
|
|
|
}
|
|
|
//查询院系下实验室
|
|
|
- getSubList(idText).then(response => {
|
|
|
+ subjectDictList(idText).then(response => {
|
|
|
//当前列表
|
|
|
this.selectList = JSON.parse(JSON.stringify(response.data));
|
|
|
//原始列表数据
|