From 98f2178fc13a54d711920d0d28f87a8623f5d5cd Mon Sep 17 00:00:00 2001
From: kongdeqiang <123456>
Date: 星期二, 07 一月 2025 11:13:54 +0800
Subject: [PATCH] feat: 修改月租车页面

---
 src/components/page/MonthFeePay.vue |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/src/components/page/MonthFeePay.vue b/src/components/page/MonthFeePay.vue
index 9bf3312..00fc28c 100644
--- a/src/components/page/MonthFeePay.vue
+++ b/src/components/page/MonthFeePay.vue
@@ -151,14 +151,14 @@
             pay(){
               this.$refs.statisticData.validate((valid) => {
                 if(valid) {
-                  this.searchShow = true
-                  this.activeIndex = ''  //閲嶇疆
-                  this.money = null
-                  this.compStartTime = ''
-                  this.compEndTime = ''
                   this.$byutil.postData(this, this.$systemconfig.basePath + '/ffzf/monthFeePay/pay', this.statisticData, res => {
                     console.log(res,'res====')
                     if(res.code == 0){
+                      this.searchShow = true
+                      this.activeIndex = ''  //閲嶇疆
+                      this.money = null
+                      this.compStartTime = ''
+                      this.compEndTime = ''
                       //鏈煡璇㈠埌鏈堢エ锛屽彲姝e父缂磋垂
                       if(res.data) {
                         this.startTime = res.data.startTime
@@ -184,7 +184,6 @@
               type:this.statisticData.allFlag
             }
             this.$byutil.postData(this, this.$systemconfig.basePath + '/ffzf/whiteListRule/getByPark', params, res => {
-              console.log(res,'res====鏈堢')
               if(res.code == 0){
                  this.yueZuObj = res.data
               }else {

--
Gitblit v1.9.1