xiaoyong931011
2021-03-23 325508eb8d311e07c68cb6c352ffe519459f9edd
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');