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] 更新
---
subPackage/school/security.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
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