修改BUG:程序异常页面脚本未授权后不应该弹出对话框

This commit is contained in:
Argo-Lenovo 2017-05-08 15:48:01 +08:00
parent d94f1bdd0b
commit 83f73f2a76
1 changed files with 1 additions and 1 deletions

View File

@ -45,9 +45,9 @@
return $.format('<div class="form-group col-lg-3 col-md-3 col-sm-4 col-xs-6 logitem"><a class="logfile" title="{0}" href="#"><i class="fa fa-file-text-o"></i><span>{0}</span></a></div>', ele);
}).join('');
$dataForm.children('div').html(html);
$dialog.modal('show');
}
});
$dialog.modal('show');
});
$dialog.on('click', 'a', function () {