修改搜索中心
This commit is contained in:
@@ -497,7 +497,7 @@
|
|||||||
mapTwo: this.mapTwo
|
mapTwo: this.mapTwo
|
||||||
}
|
}
|
||||||
this.loading = true
|
this.loading = true
|
||||||
postAction(this.url.getInfoList, query).then((res) => {
|
getAction(this.url.getInfoList, query).then((res) => {
|
||||||
if (res.success) {
|
if (res.success) {
|
||||||
this.dataSource = res.result.records
|
this.dataSource = res.result.records
|
||||||
this.dataSource.forEach((val) => {
|
this.dataSource.forEach((val) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user