前端工作总结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
      })

 

前端

posted @ 2022-09-16 22:44  前端导师歌谣  阅读(16)  评论(0)    收藏  举报