修改BUG:IE浏览器下GET方法导致一直使用缓存中的数据,无法正确处理Cache
This commit is contained in:
parent
f9ff09b345
commit
942d063e45
|
@ -38,7 +38,7 @@
|
|||
function listCache(options) {
|
||||
$.ajax({
|
||||
url: options.url,
|
||||
type: 'GET',
|
||||
type: 'POST',
|
||||
success: function (result) {
|
||||
if (result) {
|
||||
result = $.parseJSON(result);
|
||||
|
|
Loading…
Reference in New Issue