chengjie vor 6 Monaten
Ursprung
Commit
26de94ebcc
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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;