...
|
...
|
@@ -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();
|
|
|
}
|
...
|
...
|
|