This commit is contained in:
2025-03-28 10:24:45 +08:00
parent de120360fd
commit d39a8f11de
5 changed files with 48 additions and 6 deletions

View File

@@ -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');
});