heyang 2 년 전
부모
커밋
0317bd16d4
1개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  1. 7 0
      src/views/comprehensive/laboratoryManagement/subject/admissionConfiguration.vue

+ 7 - 0
src/views/comprehensive/laboratoryManagement/subject/admissionConfiguration.vue

@@ -572,6 +572,13 @@
         },
         getList(){
           let _this=this;
+          if(this.dateRange){
+            this.queryParams.beginTime = this.dateRange[0];
+            this.queryParams.endTime = this.dateRange[1];
+            delete this.queryParams.dateRange
+          }else{
+            delete this.queryParams.dateRange
+          }
           getSignAuthList(_this.queryParams).then( response => {
             let res=response.rows;
             this.loading=false;