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 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 845
                             .then(response => response.json())
846 846
                             .then(data => {
847 847
                                 data = data.result;