From 8e9440ea0a09fc6d9cea1c205904c51ccbf62a2a Mon Sep 17 00:00:00 2001 From: liujie <liujie> Date: 星期一, 24 七月 2023 15:07:53 +0800 Subject: [PATCH] 超省2.0 --- management/guns-admin/src/main/webapp/static/modular/system/tSystemBulletin/tSystemBulletin_info.js | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/management/guns-admin/src/main/webapp/static/modular/system/tSystemBulletin/tSystemBulletin_info.js b/management/guns-admin/src/main/webapp/static/modular/system/tSystemBulletin/tSystemBulletin_info.js index 7dcb9f5..f642ef3 100644 --- a/management/guns-admin/src/main/webapp/static/modular/system/tSystemBulletin/tSystemBulletin_info.js +++ b/management/guns-admin/src/main/webapp/static/modular/system/tSystemBulletin/tSystemBulletin_info.js @@ -62,6 +62,9 @@ * 收集数据 */ TSystemBulletinInfoDlg.collectData = function() { + if(UE.getEditor('content').hasContents()){ + $('#content').val(UE.getEditor('content').getContent()); + } this .set('id') .set('introduce') @@ -145,7 +148,7 @@ } /** - * 提交修改 + * 提交修改发送 */ TSystemBulletinInfoDlg.editSend = function() { @@ -169,6 +172,6 @@ } $(function() { - UE.getEditor('content'); + TSystemBulletinInfoDlg.editor = UE.getEditor('content'); Feng.initValidator("systemBulletinInfoForm", TSystemBulletinInfoDlg.validateFields); }); -- Gitblit v1.7.1