|
@@ -304,9 +304,9 @@ export default {
|
|
|
...(() => {
|
|
|
if (index > -1) {
|
|
|
return [
|
|
|
- `orderProducts.${index}.brandId`,
|
|
|
+ // `orderProducts.${index}.brandId`,
|
|
|
`orderProducts.${index}.mainId`,
|
|
|
- `orderProducts.${index}.smallId`,
|
|
|
+ // `orderProducts.${index}.smallId`,
|
|
|
`orderProducts.${index}.productName`,
|
|
|
`orderProducts.${index}.num`,
|
|
|
`orderProducts.${index}.remark`,
|