作者 sgj
1 个管道 的构建 通过 耗费 2 秒

添加推荐专家

@@ -289,8 +289,8 @@ @@ -289,8 +289,8 @@
289 success:function(res){ 289 success:function(res){
290 if(res.code==1){ 290 if(res.code==1){
291 console.log(res) 291 console.log(res)
292 - $('.expert_value').val(res.data.label)  
293 - $('.expert_value').data('data-id', res.data.value) 292 + $('.expert_value').val(res.data.user_login)
  293 + $('.expert_value').data('data-id', res.data.id)
294 } 294 }
295 } 295 }
296 }) 296 })