mirror of
https://github.com/dataease/dataease.git
synced 2026-05-20 02:58:10 +08:00
fix: 消息列表切换消息类型无效
This commit is contained in:
@@ -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
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user