mirror of
https://gitee.com/y_project/RuoYi-Vue.git
synced 2026-04-30 00:00:08 +08:00
通知公告新增阅读用户列表
This commit is contained in:
@@ -127,7 +127,7 @@ public class SysNoticeController extends BaseController
|
|||||||
* 已读用户列表数据
|
* 已读用户列表数据
|
||||||
*/
|
*/
|
||||||
@PreAuthorize("@ss.hasPermi('system:notice:list')")
|
@PreAuthorize("@ss.hasPermi('system:notice:list')")
|
||||||
@PostMapping("/readUsers/list")
|
@GetMapping("/readUsers/list")
|
||||||
@ResponseBody
|
@ResponseBody
|
||||||
public TableDataInfo readUsersList(Long noticeId, String searchValue)
|
public TableDataInfo readUsersList(Long noticeId, String searchValue)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -73,7 +73,7 @@ export function markNoticeReadAll(ids) {
|
|||||||
export function listNoticeReadUsers(query) {
|
export function listNoticeReadUsers(query) {
|
||||||
return request({
|
return request({
|
||||||
url: '/system/notice/readUsers/list',
|
url: '/system/notice/readUsers/list',
|
||||||
method: 'post',
|
method: 'get',
|
||||||
params: query
|
params: query
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user