mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-08-07 18:25:45 +08:00
Fixed error with tablename for record access (#829)
This commit is contained in:
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…
x
Reference in New Issue
Block a user