Zhouzhendong il y a 4 ans
Parent
commit
c0e6be360b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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();
                     });