ushelp / EasyEE

开源 JavaEE 企业级快速开发平台。提供了 Spring Boot, Struts2, Hibernate, MyBatis, Shiro, EasyUI 等技术,包含完整的权限管理系统等。提供自动化代码生成器。 Open source JaveEE enterprise-class rapid development of the basic platform. Integration of Spring Boot, Struts2, Hibernate, MyBatis, Shiro, EasyUI and other technologies, including the integrity of the rights management. Provides an automated code generator.

Home Page:http://easyproject.cn/easyee

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

【BUG】刷新标签 旧的标签未销毁

SpaceDolphinMachineGun opened this issue · comments

commented

1、关闭一个标签 重新打开这个标签
2、刷新一个标签
这两种情况都会导致页面上重新加载标签中的代码,但是旧的标签并未销毁。
比如在线demo中的员工信息管理,关闭再打开的时候,未销毁empContextMenu
刷新的时候empEditDialog和empContextMenu均未销毁。

commented
commented

@RozwelGustab

现在发布了 https://github.com/ushelp/EasyEE/releases/tag/4.2.0-RELEASE_fixed.4 版本。
EasyUIEX 更新到 easy.easyuiex.min-2.2.4.js
版本 https://github.com/ushelp/EasyUIEx/releases/tag/2.2.4-RELEASE 。仅需更换JS 文件。

您可以试试问题是否解决。

感谢 更新之后ContextMenu已经正常销毁了 dialog未销毁的问题也没有再重现