From b673b83f421aaa0b5ba9088129c55f1f47fd7b9c Mon Sep 17 00:00:00 2001 From: wanggeng <450292408@qq.com> Date: Tue, 12 Oct 2021 09:25:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8B=E6=B4=BE=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/static/route/reportcase/v2/case_assign_v2.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/static/route/reportcase/v2/case_assign_v2.html b/src/main/resources/static/route/reportcase/v2/case_assign_v2.html index 76395dc..e403563 100644 --- a/src/main/resources/static/route/reportcase/v2/case_assign_v2.html +++ b/src/main/resources/static/route/reportcase/v2/case_assign_v2.html @@ -242,7 +242,7 @@ }, dataFilter: function(treeId, parentNode, childNodes) { for(var i = 0, item = childNodes[i]; item = childNodes[i++];) { - item.id = item.communityBossId; + item.id = item.communityBossUserId; item.name = item.communityBossName; } return childNodes;