@@ -350,6 +350,8 @@ export default {
ActionUtils.selectedRecord(selection)
.then((id) => {
this.handleEdit(id, true)
+ this.tableId = data.tableId
+ this.tableName = data.tableName
this.title = '信息明细'
})
.catch(() => {})