|
@@ -149,7 +149,7 @@ export default {
|
|
|
content: '', // 活动描述
|
|
|
attachmentList: '', // 附件
|
|
|
dealerSnList: [], // 参与客户
|
|
|
- dealerScope: undefined // 全部客户 部分客户
|
|
|
+ dealerScope: 'SOME_DEALER' // 全部客户 部分客户
|
|
|
},
|
|
|
openDealerModal: false,
|
|
|
chooseDealerList: [],
|
|
@@ -211,7 +211,6 @@ export default {
|
|
|
},
|
|
|
// 添加经销商
|
|
|
handleAddDealer (list) {
|
|
|
- debugger
|
|
|
this.chooseDealerList = list
|
|
|
this.openDealerModal = false
|
|
|
// 移除表单必填项
|
|
@@ -258,7 +257,7 @@ export default {
|
|
|
content: '', // 活动描述
|
|
|
attachmentList: '', // 附件
|
|
|
dealerSnList: [], // 参与客户
|
|
|
- dealerScope: undefined
|
|
|
+ dealerScope: 'SOME_DEALER'
|
|
|
}
|
|
|
this.attachList = []
|
|
|
this.chooseDealerList = []
|