From db905ecd14f63dba9337b4f4715584ef2d7e8c7e Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: 星期五, 07 三月 2025 14:45:00 +0800
Subject: [PATCH] 修改

---
 src/views/specialOperationsPay/coalPay/index.vue |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/views/specialOperationsPay/coalPay/index.vue b/src/views/specialOperationsPay/coalPay/index.vue
index eca8d17..8a3393f 100644
--- a/src/views/specialOperationsPay/coalPay/index.vue
+++ b/src/views/specialOperationsPay/coalPay/index.vue
@@ -128,12 +128,14 @@
   },
   methods: {
     getList() {
+      this.loading = true
       this.queryParams.minDate = this.dateValue[0]?this.dateValue[0] + ' 00:00:00':''
       this.queryParams.maxDate = this.dateValue[1]?this.dateValue[1] + ' 23:59:59':''
       getCoalPayList( this.queryParams).then((res) => {
         if (res.code == 200) {
           this.payList = res.rows
           this.total = res.total
+          this.loading = false
         }
       })
     },

--
Gitblit v1.9.2