|
|
|
@ -2746,7 +2746,7 @@ const Assignbutton = () => {
|
|
|
|
|
assignList: [], |
|
|
|
|
}; |
|
|
|
|
data.customerServiceId = foundObjs.id; //归属客服ID |
|
|
|
|
data.customerServiceName = foundObjs.name; //归属客服名称 |
|
|
|
|
data.customerServiceName = foundObjs.realName; //归属客服名称 |
|
|
|
|
data['assignList'] = details.selectionList.map(item => item.id); //异常工单ID//工单ID |
|
|
|
|
console.log(data, '处理好的值'); |
|
|
|
|
$_assignCustomerService(data) |
|
|
|
|