refactor: 全部标记已读提示
This commit is contained in:
@@ -46,6 +46,7 @@ export function useNotice() {
|
|||||||
async function readAll() {
|
async function readAll() {
|
||||||
await NoticeAPI.readAll();
|
await NoticeAPI.readAll();
|
||||||
list.value = [];
|
list.value = [];
|
||||||
|
ElMessage.success("已全部标记为已读");
|
||||||
}
|
}
|
||||||
|
|
||||||
function goMore() {
|
function goMore() {
|
||||||
|
|||||||
Reference in New Issue
Block a user