|
|
|
@ -148,7 +148,8 @@ namespace Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending |
|
|
|
Url = propertyConfig.UI.Lookup.Url, |
|
|
|
ResultListPropertyName = propertyConfig.UI.Lookup.ResultListPropertyName, |
|
|
|
DisplayPropertyName = propertyConfig.UI.Lookup.DisplayPropertyName, |
|
|
|
ValuePropertyName = propertyConfig.UI.Lookup.ValuePropertyName |
|
|
|
ValuePropertyName = propertyConfig.UI.Lookup.ValuePropertyName, |
|
|
|
FilterParamName = propertyConfig.UI.Lookup.FilterParamName |
|
|
|
} |
|
|
|
} |
|
|
|
}; |
|
|
|
|