axios 参数拼接

 1 // 加载列表
 2     getData () {
 3       this.$http
 4         .get("platform-framework/stucgbb/selectCHBBInit?type="+this.type+"&id="+this.id)
 5         .then(response => {
 6           this.list = response.data.list
 7           console.log(this.dataList)
 8         //   console.log(this.dataList.cjsj)
 9         })
10     },

 

posted @ 2018-09-20 17:49  叶子玉  阅读(563)  评论(0编辑  收藏  举报