刘立伟
571393c32c
缓存列表:多次清除操作,提示不变的问题;
2 years ago
loren-li
eff06c110f
修复路由跳转被阻止时vue-router内部产生报错信息问题
2 years ago
刘元博
6a18e06339
去除element滚动条
2 years ago
zouhuu
f04ca57f7a
update ruoyi-generator/src/main/resources/mapper/generator/GenTableColumnMapper.xml.
修复生成列字段注释显示不全问题
Signed-off-by: zouhuu <zouhugz@163.com>
2 years ago
刘元博
b4f2a4f7dd
恢复翻页/切换路由滚动功能
2 years ago
zouhuu
de0a43285f
update pom.xml.
去除多余代码
Signed-off-by: zouhuu <zouhugz@163.com>
2 years ago
刘鹏飞
4952ac0a3d
修改DictTag组件,当value没有匹配的值时,展示value
2 years ago
RuoYi
6ad345331d
修复开启TopNav后一级菜单路由参数设置无效问题(I6T1DK)
2 years ago
RuoYi
5a634a4ecd
修复导入用户时无法更新存在用户数据的问题
2 years ago
RuoYi
f5b865a2e1
优化用户导入更新时需获取用户编号问题
2 years ago
若依
f7595e4998
!700 newInstance() 已弃用,使用clazz.getDeclaredConstructor().newInstance()
Merge pull request !700 from Nymph2333/N/A
2 years ago
若依
64e71302e4
!699 修改注释中不存在的参数 set
Merge pull request !699 from bell/N/A
2 years ago
若依
2e99c68ed0
!695 下拉图标选择组件优化:1.已选择图标高亮回显 2.滚动条采用el-scrollbar
Merge pull request !695 from 绿色心情/icon-select
2 years ago
Nymph2333
af0e0a110e
newInstance() 已弃用,使用clazz.getDeclaredConstructor().newInstance()
This method propagates any exception thrown by the nullary constructor, including a checked exception. Use of this method effectively bypasses the compile-time exception checking that would otherwise be performed by the compiler. The Constructor.newInstance method avoids this problem by wrapping any exception thrown by the constructor in a (checked) InvocationTargetException.
The call
clazz.newInstance()
can be replaced by
clazz.getDeclaredConstructor().newInstance()
The latter sequence of calls is inferred to be able to throw the additional exception types InvocationTargetException and NoSuchMethodException. Both of these exception types are subclasses of ReflectiveOperationException.
Signed-off-by: Nymph2333 <498092988@qq.com>
2 years ago
bell
bef86e041f
修改注释中不存在的参数 set
Signed-off-by: bell <bellaconly@qq.com>
2 years ago
尹志芳
1067567f1c
下拉图标选择组件优化:1.已选择图标高亮回显 2.滚动条采用el-scrollbar
2 years ago
e
0a670fdfd7
将el-scrollbar移动到main-container下,避免鼠标移出时无法隐藏的问题
2 years ago
RuoYi
a33090c90e
添加新群号:101046199
2 years ago
RuoYi
5061558e94
优化固定头部页签滚动条被隐藏的问题
2 years ago
若依
e7f088552f
!686 导出Excel,提高导出效率
Merge pull request !686 from wzy1024/wzy1024
2 years ago
若依
5c4682e060
!683 修复tab栏“关闭其他”异常的问题
Merge pull request !683 from 也曾为你像超人/N/A
2 years ago
若依
5d5ebbec1a
!682 解决表字段comment过长问题
Merge pull request !682 from baozhigang/column-comment
2 years ago
若依
23544bab5e
!681 移除vue-multiselect样式
Merge pull request !681 from Jimi/master
2 years ago
若依
c5ef0336a4
!676 优化选择图标组件
Merge pull request !676 from 也曾为你像超人/master
2 years ago
wzy1024
a907f8485c
导出Excel,@Excel注解使用dictType属性时,如果有大量的字典数据,就会有大量的查询redis(打开、关闭),导致特别慢。于是使用map存储字典数据,相同的key就不需要再次去查询redis,大大提高了导出效率。
2 years ago
tony
5db00f34a0
fix: 去除流程校验器
2 years ago
tony
e0943e55e3
docs: 新增移动端演示地址
2 years ago
也曾为你像超人
66200c4203
修复tab栏”关闭其他“异常的问题
Signed-off-by: 也曾为你像超人 <1553592282@qq.com>
2 years ago
tony
d2eff3fdec
fix: 保存表单选择组件保存未生效
3 years ago
tony
1143924c8c
fix: 新增表单选择组件保存未生效
3 years ago
tony
138ee3b117
fix: 表单属性为加载问题
3 years ago
“baozhigang”
5a25212509
解决表字段comment过长问题
3 years ago
tony
45884f31a8
perf: 去除流程校验器,有需求可自行添加
3 years ago
Jimi
95742bf5bd
style:移除vue-multiselect样式(项目中并未安装vue-multiselect plugin)
3 years ago
tony
f9f8a293a3
Merge remote-tracking branch 'ruoyi/master'
# Conflicts:
# ruoyi-ui/src/views/tool/build/index.vue
3 years ago
tony
f816b906ae
!10 【Fix】修复文件上传成功触发非空校验的问题;增加文件预览和下载;
Merge pull request !10 from 逸尘/master
3 years ago
逸尘
85d74fafcf
fix: 修复上传组件未与表单数据双向绑定的问题,增加文件预览代码
3 years ago
tony
d2a990de85
!9 新增内置监听器功能
Merge pull request !9 from 马铃薯头/master
3 years ago
xlsea
f7f1d38c9a
新增内置监听器功能
3 years ago
刘元博
4eea8cdbb0
优化选择图标组件
3 years ago
RuoYi
cfce89be7d
升级fastjson到最新版2.0.25
3 years ago
RuoYi
ce7e12ec1d
delete build style
3 years ago
RuoYi
4f02f3c6f7
支持自定义隐藏属性列过滤子对象(I6GKPE)
3 years ago
若依
5ca9bd6876
!673 $tab.closePage后存在非首页页签时不应该跳转首页
Merge pull request !673 from Giovanni/master
3 years ago
若依
020a2d4670
!671 优化弹窗后导航栏偏移的问题
Merge pull request !671 from 也曾为你像超人/master
3 years ago
若依
635d621b7b
!670 修复页面切换时布局错乱的问题
Merge pull request !670 from 也曾为你像超人/N/A
3 years ago
若依
4cbd56cbd7
!669 用户多角色,数据权限切面处理时可能出现权限抬升的情况。
Merge pull request !669 from 0慕容雪0/master
3 years ago
tony
de22d90a72
!8 修改到期时间时间格式
Merge pull request !8 from 马铃薯头/master
3 years ago
xlsea
9d79fd9b17
修改到期时间时间格式
3 years ago
tony
adb2fe1cc6
docs: 更新演示地址
3 years ago