heyang 2 years ago
parent
commit
ab1c053a0d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/secureAccess/approval_handle/addPage.vue

+ 1 - 1
src/views/secureAccess/approval_handle/addPage.vue

@@ -594,7 +594,7 @@
       //获取当前实验室准入配置
       //获取当前实验室准入配置
       getApproval(){
       getApproval(){
         let self = this;
         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'){
         /*  if(response.data.sysUser.userType!='11'&&response.data.sysUser.userType!='22'){
             this.msgError("您不是学生也不是教职工,无法申请准入");
             this.msgError("您不是学生也不是教职工,无法申请准入");
             return
             return