@@ -260,7 +260,7 @@
// 编辑
openEdit(row) {
console.log('row', row);
- this.current = row.itemVO;
+ this.current = row;
this.showEdit = true;
},
/* 表格数据源 */