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