取消院校权限添加验证

beetlsql3-dev
姚丹ab 2 years ago
parent 6a5435dba2
commit 3b3108b746

@ -573,7 +573,7 @@
t = false;
return false;
}
if ($.isEmpty(xtList[i].subsystemBottomBar)) {
/*if ($.isEmpty(xtList[i].subsystemBottomBar)) {
layer.msg("请填写实验系统【" + xtList[i].applicationName + "】子系统底栏名称!", {
offset: ['50%'],
icon: 2,
@ -583,7 +583,7 @@
});
t = false;
return false;
}
}*/
}
});
@ -627,7 +627,7 @@
t = false;
return false;
}
if ($.isEmpty(kcList[i].secondLevelName)) {
/*if ($.isEmpty(kcList[i].secondLevelName)) {
layer.msg("请设置课程系统【" + kcList[i].courseInfoName + "】二级课程名!", {
offset: ['50%'],
icon: 2,
@ -646,7 +646,7 @@
});
t = false;
return false;
}
}*/
}
});
if (t == false) {

Loading…
Cancel
Save