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

bugfix load data when references zoom in (#238)

This commit is contained in:
Leonel Matos 2020-01-21 14:02:09 -04:00 committed by Yamel Senih
parent b160070320
commit fa9667a31e

View File

@ -395,6 +395,7 @@ export default {
if (route.query.action && route.query.action === 'reference') {
const referenceInfo = this.$store.getters.getReferencesInfo(route.query.windowUuid, route.query.recordUuid, route.query.referenceUuid)
route.params.isReadParameters = true
parameters.isLoadAllRecords = false
parameters.isReference = true
parameters.referenceUuid = referenceInfo.uuid