|
@@ -513,7 +513,7 @@ export default {
|
|
|
brandScope: row.brandScope || {},
|
|
|
// customerBlacklist: Array.isArray(row.customerBlacklist) ? row.customerBlacklist : [],
|
|
|
customerBlacklist: updateCustomerBlacklist.map(customer => ({
|
|
|
- ID: customer.Customer_ID,
|
|
|
+ ID: customer.id,
|
|
|
CODE: customer.Customer_CODE,
|
|
|
NAME: customer.Customer_NAME
|
|
|
})),
|
|
@@ -574,7 +574,7 @@ export default {
|
|
|
brandScope: row.brandScope || {},
|
|
|
// customerBlacklist: Array.isArray(row.customerBlacklist) ? row.customerBlacklist : [],
|
|
|
customerBlacklist: updateCustomerBlacklist.map(customer => ({
|
|
|
- ID: customer.Customer_ID,
|
|
|
+ ID: customer.id,
|
|
|
CODE: customer.Customer_CODE,
|
|
|
NAME: customer.Customer_NAME
|
|
|
})),
|