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