src/views/officeProcessAutomation/NoticeAnnouncement/notice-manage/useNoticeAnnouncement.js
@@ -9,7 +9,6 @@ READ_SCOPE_OPTIONS, DEPT_OPTIONS, createEmptyForm, createInitialMockNotices, loadStoredNotices, saveStoredNotices, nextNoticeNo, @@ -22,7 +21,7 @@ export function useNoticeAnnouncement() { const stored = loadStoredNotices(); const allRows = ref(stored?.length ? stored : createInitialMockNotices()); const allRows = ref(stored?.length ? stored : []); const searchForm = reactive({ keyword: "",