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})
运行结果