mirror of
https://github.com/DzzXH/DzzOffice.git
synced 2026-03-01 20:02:44 +08:00
jstree插件修复:
修复选中部门问题:我们已解决jstree插件在部门树形结构中无法正确选中部门的问题。现在,用户能够流畅地通过点击或拖拽来选中或取消选中任何部门,极大地提升了用户操作的准确性和效率。 搜索功能兼容性增强:同时,我们优化了jstree插件与搜索功能的兼容性。在使用搜索功能时,不再出现右侧已选成员列表数据丢失的情况,确保用户在搜索并筛选部门后,已选择的成员信息得以完整保留,提升了用户体验的连贯性和稳定性。
This commit is contained in:
@@ -14,7 +14,7 @@ if(!defined('CORE_VERSION')) {
|
||||
define('CORE_VERSION', '2.02');
|
||||
define('CORE_RELEASE', '20180909');
|
||||
define('CORE_FIXBUG' , '20000000');
|
||||
define('CORE_XHVERSION', '1.88.5');
|
||||
define('CORE_XHRELEASE', '20240722');
|
||||
define('CORE_XHVERSION', '1.88.6');
|
||||
define('CORE_XHRELEASE', '20240723');
|
||||
define('CORE_XHFIXBUG' , '20240706');
|
||||
}
|
||||
Reference in New Issue
Block a user