Browse Source

Merge branch 'master' of http://192.168.1.43:3000/git/sass-lab-web

dedsudiyu 2 years ago
parent
commit
a7c11c49b6
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(){
         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