This commit is contained in:
parent
050078c082
commit
f636173142
|
|
@ -362,7 +362,7 @@ export default {
|
||||||
version,
|
version,
|
||||||
typeName,
|
typeName,
|
||||||
// productId: productIds.map((e) => e * 1),
|
// productId: productIds.map((e) => e * 1),
|
||||||
productId: productIds * 1,
|
productId: productIds.length > 0 ? productIds[0] * 1 : '',
|
||||||
description,
|
description,
|
||||||
productName,
|
productName,
|
||||||
file: files
|
file: files
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue