mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-08-10 20:39:48 +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,
|
recordUuid: this.recordUuid,
|
||||||
panelType: this.panelType,
|
panelType: this.panelType,
|
||||||
isNewRecord: action.action === 'setDefaultValues',
|
isNewRecord: action.action === 'setDefaultValues',
|
||||||
tableName: this.$route.params.tableName,
|
tableName: this.tableName,
|
||||||
recordId: this.getCurrentRecord[this.tableNameCurrentTab + '_ID']
|
recordId: this.getCurrentRecord[this.tableNameCurrentTab + '_ID']
|
||||||
})
|
})
|
||||||
.then(response => {
|
.then(response => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user