@@ -277,7 +277,7 @@ export default {
},
//懒加载实验室
userSelectList(e){
- subjectList({name:e,deptId:this.form.deptId}).then(response => {
+ subjectList({name:e}).then(response => {
this.laboratoryOptions = response.data;
});
@@ -246,7 +246,7 @@ export default {
@@ -278,7 +278,7 @@ export default {
@@ -243,7 +243,7 @@ export default {