Kirin 1 vuosi sitten
vanhempi
commit
e8efc34d10
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      app/admin/view/user/user/index.php

+ 1 - 1
app/admin/view/user/user/index.php

@@ -491,7 +491,7 @@
         if(where['user_time_type'] != '' && where['user_time'] == '') return layList.msg('请选择选择时间');
         if(where['user_time_type'] == '' && where['user_time'] != '') return layList.msg('请选择访问情况');
         where['excel'] = 1;
-        layList.reload(where,true);
+        location.href = layList.U({c: 'user.user', a: 'get_user_list', q: where});
     });
 
     var action={