natasha 4 days ago
parent
commit
6544b4eae7
1 changed files with 1 additions and 1 deletions
  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,
       };