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}))