From 8e3893c70c481335c9ed7303dd80e78d65d83866 Mon Sep 17 00:00:00 2001 From: berlin-tzen Date: Mon, 13 Feb 2023 12:30:24 +0800 Subject: [PATCH] =?UTF-8?q?[WHAT]=20=E4=BF=AE=E6=AD=A3=E5=B1=95=E8=A6=BD?= =?UTF-8?q?=E7=B6=AD=E8=AD=B7=E4=B8=BB=E8=BE=A6=E5=96=AE=E4=BD=8D=E4=B8=8B?= =?UTF-8?q?=E6=8B=89=E9=81=B8=E5=96=AE=E5=95=8F=E9=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- EuroTran/WebApp/Scripts/pages/ShowEasy/ExhibMaintain_Upd.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EuroTran/WebApp/Scripts/pages/ShowEasy/ExhibMaintain_Upd.js b/EuroTran/WebApp/Scripts/pages/ShowEasy/ExhibMaintain_Upd.js index b3dcf4a..c926e9c 100644 --- a/EuroTran/WebApp/Scripts/pages/ShowEasy/ExhibMaintain_Upd.js +++ b/EuroTran/WebApp/Scripts/pages/ShowEasy/ExhibMaintain_Upd.js @@ -678,7 +678,7 @@ var fnPageInit = function () { $.each(newResult, function (index, value) { - resultMap.set(value.OrganizationID, value); + resultMap.set(value.OrganizerID, value); });