From 52dc609336bfcd8b18719467de5f914ab7332c4e Mon Sep 17 00:00:00 2001 From: wangxy <1481820854@qq.com> Date: Sat, 29 Mar 2025 16:29:24 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E5=AF=8C=E6=96=87=E6=9C=AC=E5=99=A8?= =?UTF-8?q?=E5=A2=9E=E5=BC=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/templates/system/special/add.html | 2 +- .../src/main/resources/templates/system/special/edit.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ruoyi-admin/src/main/resources/templates/system/special/add.html b/ruoyi-admin/src/main/resources/templates/system/special/add.html index 80b9eb3..d59afed 100644 --- a/ruoyi-admin/src/main/resources/templates/system/special/add.html +++ b/ruoyi-admin/src/main/resources/templates/system/special/add.html @@ -90,7 +90,7 @@ if ($.validate.form()) { var text = getContentTxt(); if (text == '' || text.length == 0) { - $.modal.alertWarning("请输入公告内容!"); + $.modal.alertWarning("请输入内容!"); return; } $.operate.save(prefix + "/add", $('#form-special-add').serialize()); diff --git a/ruoyi-admin/src/main/resources/templates/system/special/edit.html b/ruoyi-admin/src/main/resources/templates/system/special/edit.html index 2cb477f..37bf4a0 100644 --- a/ruoyi-admin/src/main/resources/templates/system/special/edit.html +++ b/ruoyi-admin/src/main/resources/templates/system/special/edit.html @@ -102,7 +102,7 @@ if ($.validate.form()) { var text = getContentTxt(); if (text == '' || text.length == 0) { - $.modal.alertWarning("请输入通知内容!"); + $.modal.alertWarning("请输入内容!"); return; } $.operate.save(prefix + "/edit", $('#form-special-edit').serialize());