Zhouzhendong %!s(int64=4) %!d(string=hai) anos
pai
achega
c0e6be360b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      resources/views/rejected/search/general.blade.php

+ 1 - 1
resources/views/rejected/search/general.blade.php

@@ -315,7 +315,7 @@
                         this.sum+'</b> 条数据</div>');
                 },
                 getTotal(){
-                    window.axios.post(window.location.href).then(res=>{
+                    window.axios.post(decodeURIComponent(decodeURIComponent(window.location.href))).then(res=>{
                         this.sum = res.data;
                         this.renderingTotal();
                     });