From c56e8127d78fb05a168d7c91a27e04405203aa51 Mon Sep 17 00:00:00 2001 From: liuye Date: Tue, 8 Nov 2022 10:33:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=95=86=E6=88=B7=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/tianfuxing/AppMerchantList/AppMerchantList.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/project/tianfuxing/AppMerchantList/AppMerchantList.vue b/project/tianfuxing/AppMerchantList/AppMerchantList.vue index fde64c65..36dcf09e 100644 --- a/project/tianfuxing/AppMerchantList/AppMerchantList.vue +++ b/project/tianfuxing/AppMerchantList/AppMerchantList.vue @@ -228,6 +228,7 @@ export default { this.instance.post(`api/appmerchantinfo/list`, null, { params: { ...this.page, + ...this.search }, }).then((res) => { if (res.code == 0) {