增设埋点
This commit is contained in:
@@ -46,7 +46,7 @@ export default {
|
|||||||
methods: {
|
methods: {
|
||||||
getTableData() {
|
getTableData() {
|
||||||
this.instance.post("/node/wechatapps/list", null, {
|
this.instance.post("/node/wechatapps/list", null, {
|
||||||
params: {...this.page, ...this.search}
|
params: {...this.page, ...this.search,type:'mp'}
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
if (res?.data) {
|
if (res?.data) {
|
||||||
this.tableData = res.data?.records.map(e => ({...e, count: 0}))
|
this.tableData = res.data?.records.map(e => ({...e, count: 0}))
|
||||||
|
|||||||
Reference in New Issue
Block a user