增设埋点
This commit is contained in:
		| @@ -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})) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user