fixed
This commit is contained in:
@@ -140,6 +140,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
||||
|
||||
|
||||
|
||||
|
||||
//同时查询关联群
|
||||
let ai_config_id = $('#c-aicustomerservice_ids').val();
|
||||
$.get('Gechatroom/getChatroomList',{ai_config_id:ai_config_id},function (res) {
|
||||
@@ -171,6 +172,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
||||
layer.close(load_index);
|
||||
//回显
|
||||
$('#c-headimage').val(res.data.smallHeadImgUrl);
|
||||
$('#c-wx_nickname').val(res.data.nickName);
|
||||
},'json');
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user