Fixed error with tablename for record access (#829)
parent
a8430e9f85
commit
04ac990f1f
|
@ -520,7 +520,7 @@ export default {
|
|||
recordUuid: this.recordUuid,
|
||||
panelType: this.panelType,
|
||||
isNewRecord: action.action === 'setDefaultValues',
|
||||
tableName: this.$route.params.tableName,
|
||||
tableName: this.tableName,
|
||||
recordId: this.getCurrentRecord[this.tableNameCurrentTab + '_ID']
|
||||
})
|
||||
.then(response => {
|
||||
|
|
Loading…
Reference in New Issue