puzhibing
2023-06-01 c4a098e3f88bc5071e36b92b9e5dcceb51129957
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);
});