From 2e5a3d862c65b15942368b0c8d7777ba83fcb607 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 30 Oct 2020 17:03:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=8F=90=E4=BA=A4=E7=95=8C?= =?UTF-8?q?=E9=9D=A2=E9=80=89=E6=8B=A9=E4=BA=BA=E5=91=98=E5=8F=AF=E8=83=BD?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- o2web/source/x_component_process_Work/Processor.js | 1 + 1 file changed, 1 insertion(+) diff --git a/o2web/source/x_component_process_Work/Processor.js b/o2web/source/x_component_process_Work/Processor.js index e803a17cc7..9cc61bad8b 100644 --- a/o2web/source/x_component_process_Work/Processor.js +++ b/o2web/source/x_component_process_Work/Processor.js @@ -1611,6 +1611,7 @@ MWF.xApplication.process.Work.Processor = new Class({ // this.orgTableObject = {}; this.orgItemsObject = {}; + this.orgItemMap = {}; this.orgsArea.empty(); }, getCurrentRouteSelectorList: function () { -- GitLab