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;