Authored by wangtao

通知合并,字典标识由:on ==> noticeMergeSwitch:on

... ... @@ -41,7 +41,7 @@ layui.define(['form', 'admin', 'laydate', 'common','sessions','reskpilist'], fun
, async: false
, success: function (res) {
$.each(res.data, function (i, v) {
if(v.ddicCode == 'on'){
if(v.ddicCode == 'noticeMergeSwitch:on'){
NoticeMergeFlag= 'on';
$('#noticeMergeTab').show();
}
... ...