|
@ -1250,8 +1250,9 @@ const vueGis = { |
|
|
coverageTypes: this.coverageTypes, |
|
|
coverageTypes: this.coverageTypes, |
|
|
categoryKeys: this.categoryKeys, |
|
|
categoryKeys: this.categoryKeys, |
|
|
search: this.search, |
|
|
search: this.search, |
|
|
|
|
|
pageNo: 1, |
|
|
isPage: false |
|
|
pageSize: 2000, |
|
|
|
|
|
isPage: true |
|
|
}; |
|
|
}; |
|
|
|
|
|
|
|
|
const { data, code, msg } = await requestPost(url, params); |
|
|
const { data, code, msg } = await requestPost(url, params); |
|
|