vue:编辑table的某一行的时候。获取哪一行的数据给编辑的表格。
1,编辑table的某一行的时候。获取哪一行的数据给编辑的表格。
handleEdit: function (index, row) {
this.editFormVisible = true;
this.editForm = Object.assign({}, row);
},
1,编辑table的某一行的时候。获取哪一行的数据给编辑的表格。
handleEdit: function (index, row) {
this.editFormVisible = true;
this.editForm = Object.assign({}, row);
},