chengjie месяцев назад: 9
Родитель
Сommit
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;