From a669b4061e340766c2db12df33cd99a7343cda7f Mon Sep 17 00:00:00 2001 From: lkk <364857242@qq.com> Date: 星期五, 13 十二月 2024 18:14:59 +0800 Subject: [PATCH] Merge branch 'master' of http://101.42.27.146:5001/r/ltkj_peisweb --- src/views/hosp/fuzhen/index.vue | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/views/hosp/fuzhen/index.vue b/src/views/hosp/fuzhen/index.vue index e97e564..e3bd186 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; -- Gitblit v1.8.0