1
0
mirror of https://github.com/FatttSnake/Pinnacle-OA.git synced 2026-04-04 22:41:24 +08:00

use pinia to modify notice update function and add pagination to noticeManage page

This commit is contained in:
cccccyb
2023-05-14 22:00:59 +08:00
parent 4a00d46983
commit f309bd7bb9
11 changed files with 331 additions and 162 deletions

View File

@@ -40,7 +40,7 @@ public class NoticeTest {
@Test
void selectAllTest() {
ResponseResult noticeList = noticeController.selectAllNotice(null, null,null,null);
// ResponseResult noticeList = noticeController.selectAllNotice(null, null,null,null);
}
@Test