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 },
本文来自博客园,作者:叶子玉,转载请注明原文链接:https://www.cnblogs.com/knuzy/p/9682295.html