|
@@ -503,9 +503,9 @@ export default {
|
|
|
// 设置默认值
|
|
|
const formData = {
|
|
|
...row,
|
|
|
- orgId: this.userInfo.orgId || 1,
|
|
|
- orgCode: this.userInfo.orgCode || 'ORG_0001',
|
|
|
- orgName: this.userInfo.orgName || '默认组织',
|
|
|
+ orgId: this.userInfo.orgId || row.orgId,
|
|
|
+ orgCode: this.userInfo.orgCode || row.orgCode,
|
|
|
+ orgName: this.userInfo.orgName || row.orgName,
|
|
|
brandScope: row.brandScope || {},
|
|
|
// customerBlacklist: Array.isArray(row.customerBlacklist) ? row.customerBlacklist : [],
|
|
|
customerBlacklist: updateCustomerBlacklist,
|