...
|
...
|
@@ -289,8 +289,8 @@ |
|
|
success:function(res){
|
|
|
if(res.code==1){
|
|
|
console.log(res)
|
|
|
$('.expert_value').val(res.data.label)
|
|
|
$('.expert_value').data('data-id', res.data.value)
|
|
|
$('.expert_value').val(res.data.user_login)
|
|
|
$('.expert_value').data('data-id', res.data.id)
|
|
|
}
|
|
|
}
|
|
|
})
|
...
|
...
|
|