xiaoyong931011
2021-03-07 a87813353bfcc1bea7846cfdb5e8dfdcaded86f6
src/main/resources/templates/febs/views/modules/systemSetting/noticeManage.html
@@ -64,7 +64,6 @@
            
            if (layEvent === 'edit') {
                febs.modal.open('公告设置', 'modules/systemSetting/noticeManageUpdate/' + data.id, {
                    area: $(window).width() <= 1000 ? '100%' : '50%',
                    btn: ['提交', '取消'],
                    yes: function (index, layero) {
                        $('#user-update').find('#submit').trigger('click');
@@ -97,7 +96,6 @@
        
        $add.on('click', function () {
           febs.modal.open('公告新增', 'modules/systemSetting/noticeManageAdd/', {
                area: $(window).width() <= 1000 ? '100%' : '50%',
                btn: ['提交', '取消'],
                yes: function (index, layero) {
                    $('#user-add').find('#submit').trigger('click');