diff --git a/frontend/admin-web/src/app/(dashboard)/notifications/page.tsx b/frontend/admin-web/src/app/(dashboard)/notifications/page.tsx index de524ff5..b4f32446 100644 --- a/frontend/admin-web/src/app/(dashboard)/notifications/page.tsx +++ b/frontend/admin-web/src/app/(dashboard)/notifications/page.tsx @@ -138,6 +138,8 @@ export default function NotificationsPage() { publishedAt: '', expiresAt: '', }); + // 刷新可用标签列表,确保显示最新创建的标签 + loadTags(); setShowModal(true); }; @@ -500,11 +502,28 @@ export default function NotificationsPage() { {/* 按标签筛选 */} {formData.targetType === 'BY_TAG' && (