Browse Source

内部邮件 切换分类bug

新疆体育高职分支
yxq 1 year ago
parent
commit
290f73186c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/LanMail/Index.js

+ 1
- 1
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/LanMail/Index.js View File

@@ -296,7 +296,7 @@ var bootstrap = function ($, learun) {
var $parent = $this.parent();
$parent.find('.active').removeClass('active');
$this.addClass('active');
var data_value = $this.context.dataset.value;
var data_value = $this[0].dataset.value;
switch (data_value) {
case "1"://写邮件
$("#lr_edit").hide();


Loading…
Cancel
Save