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
添加回答
举报
0/150
提交
取消