@@ -594,7 +594,7 @@
//获取当前实验室准入配置
getApproval(){
let self = this;
- materialApply({subjectId:this.form.subjectId,remark:this.remark}).then(response => {
+ materialApply({subjectId:this.form.subjectId,remark:this.remark,beginTime:this.dateRange[0],endTime:this.dateRange[1]}).then(response => {
/* if(response.data.sysUser.userType!='11'&&response.data.sysUser.userType!='22'){
this.msgError("您不是学生也不是教职工,无法申请准入");
return