lijiangwei пре 4 година
родитељ
комит
a86900add6
1 измењених фајлова са 3 додато и 1 уклоњено
  1. 3 1
      uis/views/report_check/index.html

+ 3 - 1
uis/views/report_check/index.html

@@ -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', {});
                         }