natasha hace 5 días
padre
commit
6544b4eae7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/system_config/JstOrder.vue

+ 1 - 1
src/views/system_config/JstOrder.vue

@@ -257,7 +257,7 @@ export default {
       let MethodName =
         "/ShopServer/Manager/JushuitanOrderSNManager/PageQueryJushuitanOrderSNList";
       let data = {
-        search_content: this.searchInput.trim(),
+        content: this.searchInput.trim(),
         page_capacity: this.pageSize,
         cur_page: this.pageNumber,
       };