chengjie 6 月之前
父節點
當前提交
26de94ebcc
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      public/mg/mps_school.html

+ 1 - 1
public/mg/mps_school.html

@@ -841,7 +841,7 @@
841
                         const keyword = this.searchText.trim();
841
                         const keyword = this.searchText.trim();
842
 
842
 
843
                         // 使用提供的接口搜索学校
843
                         // 使用提供的接口搜索学校
844
-                        fetch(`/api/GetMPSSchool?RowCount=100&Key=${keyword}`)
844
+                        fetch(`/api/GetMPSSchool?RowCount=20&Key=${keyword}`)
845
                             .then(response => response.json())
845
                             .then(response => response.json())
846
                             .then(data => {
846
                             .then(data => {
847
                                 data = data.result;
847
                                 data = data.result;