From fef1eac2938a866c97895c2f176e7586be7ed38d Mon Sep 17 00:00:00 2001
From: Lou <luzhiping@qqyjz.com>
Date: Fri, 26 Apr 2024 17:32:13 +0800
Subject: [PATCH] 更新

---
 pages/home/index.vue           |    1 +
 subPackage/school/security.vue |    4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/pages/home/index.vue b/pages/home/index.vue
index abb352c..24ada91 100644
--- a/pages/home/index.vue
+++ b/pages/home/index.vue
@@ -1074,6 +1074,7 @@
 				}).then(res => {
 					if (res.code == 200) {
 						this.navToPage();
+						this.isShowModal = false;
 					}
 				})
 			},
diff --git a/subPackage/school/security.vue b/subPackage/school/security.vue
index 4823b2a..2a12a60 100644
--- a/subPackage/school/security.vue
+++ b/subPackage/school/security.vue
@@ -187,6 +187,7 @@
 				isShowPopup: false,
 				selectedPlace: {},
 				placeList: [],
+				placeName: ""
 			}
 		},
 		async onLoad(option) {
@@ -215,8 +216,7 @@
 					current: 1,
 					size: 10,
 					isPerfect: 2,
-					placeName: this.placeName,
-					isNine: 1
+					placeName: this.placeName
 				}).then(res => {
 					this.placeList = res.data.records;
 				})

--
Gitblit v1.9.3