房屋地图

This commit is contained in:
yanran200730
2022-08-16 10:53:21 +08:00
parent 00ec336e72
commit 2ea4c95132
2 changed files with 87 additions and 13 deletions

View File

@@ -108,7 +108,7 @@ export default {
search () {
this.$loading()
this.$http.post(`/app/appgirdinfo/list?size=1000&girdName=${this.girdName}`).then((res) => {
this.$http.post(`/app/appgirdinfo/list?size=100&girdName=${this.girdName}`).then((res) => {
if (res.code === 0) {
if (res.data.records.length) {
this.girdList = res.data.records