From 526431e922a4002926e5ace57fd969827149dd58 Mon Sep 17 00:00:00 2001 From: duxp Date: Thu, 31 Aug 2023 17:45:15 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B7=B3=E8=BD=AC=E5=A2=9E=E5=8A=A0=E5=8F=82?= =?UTF-8?q?=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/templates/base/affairs/finishedstatic.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cyx-admin/src/main/resources/templates/base/affairs/finishedstatic.html b/cyx-admin/src/main/resources/templates/base/affairs/finishedstatic.html index 1992551..6068e6b 100644 --- a/cyx-admin/src/main/resources/templates/base/affairs/finishedstatic.html +++ b/cyx-admin/src/main/resources/templates/base/affairs/finishedstatic.html @@ -159,7 +159,10 @@ // return actions.join(''); // } // } - ] + ], + onLoadSuccess(res){ + delete window.parent.parent._tab_name; + } }; $.table.init(options); });