|
@@ -96,7 +96,7 @@ class ModalAttribution extends React.Component {
|
96
|
96
|
// 提交
|
97
|
97
|
submitGm(record) {
|
98
|
98
|
// 网路请求
|
99
|
|
- request({ ...apis.customer.batchConsultantAssist, data: { userId: record.userId, personIds: this.state.visibleData.customerId } }).then(res => {
|
|
99
|
+ request({ ...apis.customer.batchConsultantAssist, data: { userId: record.userId, customerIds: this.state.visibleData.customerId } }).then(res => {
|
100
|
100
|
// eslint-disable-next-line no-unused-expressions
|
101
|
101
|
this.openNotificationWithIcon('success', '操作成功')
|
102
|
102
|
this.handleCancel()
|