修改BUG:程序异常页面脚本未授权后不应该弹出对话框
This commit is contained in:
parent
d94f1bdd0b
commit
83f73f2a76
|
@ -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);
|
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('');
|
}).join('');
|
||||||
$dataForm.children('div').html(html);
|
$dataForm.children('div').html(html);
|
||||||
|
$dialog.modal('show');
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
$dialog.modal('show');
|
|
||||||
});
|
});
|
||||||
|
|
||||||
$dialog.on('click', 'a', function () {
|
$dialog.on('click', 'a', function () {
|
||||||
|
|
Loading…
Reference in New Issue