From a0f4e2beb89d0cb1b4078d76bb12184a08143d04 Mon Sep 17 00:00:00 2001
From: wwl <xchao828@163.com>
Date: 星期三, 07 五月 2025 15:20:52 +0800
Subject: [PATCH] BMI

---
 src/views/hosp/fuzhen/index.vue |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/src/views/hosp/fuzhen/index.vue b/src/views/hosp/fuzhen/index.vue
index e97e564..e2ab05b 100644
--- a/src/views/hosp/fuzhen/index.vue
+++ b/src/views/hosp/fuzhen/index.vue
@@ -465,13 +465,16 @@
       if(this.createTimeList){
         this.queryParams.djbeginTime = this.createTimeList[0];
       this.queryParams.djendTime = this.createTimeList[1];
-      }else{
+      }else if(this.startTime){
         this.queryParams.djbeginTime = this.startTime[0];
       this.queryParams.djendTime = this.startTime[1];
       }
-      
-      this.queryParams.bgbeginTime = this.startTime1[0];
+      if(this.startTime1){
+        this.queryParams.bgbeginTime = this.startTime1[0];
       this.queryParams.bgendTime = this.startTime1[1];
+      }
+      
+    
       this.loading = true;
       getReturnOrderList(this.queryParams).then((response) => {
         this.orderList = response.data.list;
@@ -865,7 +868,7 @@
   },
 };
 </script>
-<style lang="scss">
+<style lang="scss" scoped>
 .pag {
   width: 100%;
   display: flex;

--
Gitblit v1.8.0