this.$http.get(url).then(function(data){
this.$set('optionVal',data.data.rows);
},function(response){
console.log(response);
})
data.data.rows可以在控制台输出,报错TypeError: can't assign to properties of (new String("optionVal")): not an object
woshi昊
pardon110
随时随地看视频慕课网APP
相关分类