猿问

vue elementui表格点击当前行axios提交当前行的某一列数据

showRow(row,val){
this.getData2();
},
getData2(){
let_this=this;
letdata={'changeTime':row.changeTime,'moneySource':row.moneySource};
_this.$axios.post(url,data).then(function(res){
console.log(data);
_this.tableData2=res.data.list;
//console.log(res.data.list);
})
.catch(function(error){
console.log(error);
});
},
报错rowisnotdefined
胡子哥哥
浏览 825回答 2
2回答

月关宝盒

showRow(row,val){this.getData2(row,val);},getData2(row,val){...}
随时随地看视频慕课网APP

相关分类

JavaScript
我要回答