提交 be18df30 authored 作者: fit2cloud-chenyw's avatar fit2cloud-chenyw

fix: 消息列表切换消息类型无效

上级 295754f0
...@@ -114,7 +114,7 @@ public class SysMsgService { ...@@ -114,7 +114,7 @@ public class SysMsgService {
return buildTree(sysMsgTypes); return buildTree(sysMsgTypes);
} }
@Cacheable(SysMsgConstants.SYS_MSG_TYPE) /*@Cacheable(SysMsgConstants.SYS_MSG_TYPE)*/
public List<SysMsgType> queryMsgTypes() { public List<SysMsgType> queryMsgTypes() {
SysMsgTypeExample example = new SysMsgTypeExample(); SysMsgTypeExample example = new SysMsgTypeExample();
return sysMsgTypeMapper.selectByExample(example); return sysMsgTypeMapper.selectByExample(example);
......
...@@ -4,7 +4,7 @@ export function query(pageIndex, pageSize, data) { ...@@ -4,7 +4,7 @@ export function query(pageIndex, pageSize, data) {
return request({ return request({
url: '/api/sys_msg/list/' + pageIndex + '/' + pageSize, url: '/api/sys_msg/list/' + pageIndex + '/' + pageSize,
method: 'post', method: 'post',
loading: false, loading: true,
data data
}) })
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论