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(){
         getList(){
           let _this=this;
           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 => {
           getSignAuthList(_this.queryParams).then( response => {
             let res=response.rows;
             let res=response.rows;
             this.loading=false;
             this.loading=false;