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
提交
取消