diff --git a/src/pages/phone/databaseSearch/index.vue b/src/pages/phone/databaseSearch/index.vue index 62353cf64..a591e3459 100644 --- a/src/pages/phone/databaseSearch/index.vue +++ b/src/pages/phone/databaseSearch/index.vue @@ -102,7 +102,7 @@ export default { if (page) { this.searchQuery.page = page } - this.$http._postData(this.url.searchSarBykey, this.searchQuery, config).then(res => { + this.$http._post(this.url.searchSarBykey, this.searchQuery, config).then(res => { if (res.ok) { this.total = res.data.count if (this.searchQuery.page === 1) { diff --git a/src/pages/phone/domesticStand/index.vue b/src/pages/phone/domesticStand/index.vue index aab90e329..a095e698f 100644 --- a/src/pages/phone/domesticStand/index.vue +++ b/src/pages/phone/domesticStand/index.vue @@ -215,7 +215,7 @@ export default { if (page) { this.searchQuery.page = page } - this.$http._postData("search/searchCenter/searchSarBykey", this.searchQuery, config).then(res => { + this.$http._post("search/searchCenter/searchSarBykey", this.searchQuery, config).then(res => { if (res.ok) { this.total = res.data.count