@@ -160,7 +160,9 @@
, type: 'post'
, done: function (res) {
if (res.code === 0) {
- layer.msg("标记成功!", {icon: 1})
+ // 刷新父级页面的菜单数量
+ parent.layui.getData();
+ layer.msg("标记成功!", {icon: 1});
}
table.reload('report_check_datagrid', {});