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