1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-09-27 00:00:01 +08:00

bugfix load record from recent item (#260)

This commit is contained in:
Leonel Matos 2020-01-23 15:06:07 -04:00 committed by Yamel Senih
parent 0e461c9679
commit e576a5d201

View File

@ -414,6 +414,7 @@ export default {
parameters.value = route.query.action
parameters.tableName = this.metadata.tableName
parameters.columnName = 'UUID'
route.params.isReadParameters = true
}
// Only call get data if panel type is window
if (!route.params.hasOwnProperty('isReadParameters') || route.params.isReadParameters) {