瀏覽代碼

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

dedsudiyu 2 年之前
父節點
當前提交
a7c11c49b6
共有 1 個文件被更改,包括 1 次插入1 次删除
  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