Cherry-pick: Renamed image file in html response
This commit is contained in:
parent
8469d3811b
commit
2dc6ef3305
1 changed files with 1 additions and 1 deletions
|
|
@ -532,7 +532,7 @@ export const actions = {
|
|||
},
|
||||
lookupVinByImage(context, image) {
|
||||
const data = new FormData();
|
||||
data.append("file", image);
|
||||
data.append("vinFile", image);
|
||||
return globalMethods.callExternalHttpClient({
|
||||
method: endpoints.LookupVinByImage.method,
|
||||
endpoint: endpoints.LookupVinByImage.url,
|
||||
|
|
|
|||
Loading…
Reference in a new issue