|
@@ -130,6 +130,7 @@ export default {
|
|
|
},
|
|
|
loading:false,
|
|
|
form:{
|
|
|
+ deptId:'',
|
|
|
applyUser:'',
|
|
|
applyUserid:'',
|
|
|
phone:'',
|
|
@@ -219,6 +220,7 @@ export default {
|
|
|
_this.form.applyUser=res.nickName
|
|
|
_this.form.applyUserid=res.userId
|
|
|
_this.form.phone=res.phonenumber
|
|
|
+ _this.form.deptId=res.deptId
|
|
|
|
|
|
});
|
|
|
},
|
|
@@ -243,7 +245,7 @@ export default {
|
|
|
},
|
|
|
//懒加载实验室
|
|
|
userSelectList(e){
|
|
|
- subjectList({name:e}).then(response => {
|
|
|
+ subjectList({name:e,deptId:this.form.deptId}).then(response => {
|
|
|
this.laboratoryOptions = response.data;
|
|
|
});
|
|
|
},
|