From 4acc0fb0d27d9bd959e6d4bf6b2ab2702b1b4e42 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期一, 29 七月 2024 18:18:41 +0800
Subject: [PATCH] 11

---
 src/views/project/DonationProcess/index.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/project/DonationProcess/index.vue b/src/views/project/DonationProcess/index.vue
index abb89b3..0b4c055 100644
--- a/src/views/project/DonationProcess/index.vue
+++ b/src/views/project/DonationProcess/index.vue
@@ -487,9 +487,9 @@
     }
 
     if (this.$route.params.city != "") {
-      this.queryParams.regionalLevel = this.$route.params.city;
+      this.queryParams.regionallevel = this.$route.params.city;
     } else {
-      this.queryParams.regionalLevel = "";
+      this.queryParams.regionallevel = "";
     }
 
     this.getTimeList();

--
Gitblit v1.9.3