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