0
点赞
收藏
分享

微信扫一扫

前端工作总结287-pc重置筛选条件

this.query={}
console.log(this)
getAction("/account/list",{
query:{
platform_channel: this.query.platrorm_channel,
platform_category:this.query.platform,
department_id:this.query.department,
}
}).then(res=>{
console.log(res)
this.accountList=res.data
})

前端工作总结287-pc重置筛选条件_前端

 

前端

举报

相关推荐

0 条评论