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
pardon110
相关分类