|
|
@@ -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,
|
|
|
};
|