From a73d93c1ca06567336a42c1443f4fe04d646fdaf Mon Sep 17 00:00:00 2001 From: aixianling Date: Fri, 20 May 2022 09:28:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E8=AE=BE=E5=9F=8B=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/oms/apps/AppWechatApps/AppWechatApps.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/oms/apps/AppWechatApps/AppWechatApps.vue b/project/oms/apps/AppWechatApps/AppWechatApps.vue index 1039aa18..e744baea 100644 --- a/project/oms/apps/AppWechatApps/AppWechatApps.vue +++ b/project/oms/apps/AppWechatApps/AppWechatApps.vue @@ -46,7 +46,7 @@ export default { methods: { getTableData() { this.instance.post("/node/wechatapps/list", null, { - params: {...this.page, ...this.search} + params: {...this.page, ...this.search,type:'mp'} }).then(res => { if (res?.data) { this.tableData = res.data?.records.map(e => ({...e, count: 0}))