From abc66717866336b381816330ff92e41089527b4b Mon Sep 17 00:00:00 2001 From: wxyclub Date: Mon, 4 Dec 2023 23:39:32 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=89=8B=E6=9C=BA=E6=AE=B5=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E8=AF=B7=E6=B1=82=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/phone/databaseSearch/index.vue | 2 +- src/pages/phone/domesticStand/index.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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