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

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

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