房屋地图
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user