人生啊人生 3 luni în urmă
părinte
comite
adb47e0f24
1 a modificat fișierele cu 0 adăugiri și 11 ștergeri
  1. 0 11
      user_web/src/view/admin/ManageSchool.vue

+ 0 - 11
user_web/src/view/admin/ManageSchool.vue

@@ -207,16 +207,6 @@ const pageDbUpdateEvent = () => {
         if (i >= indexStart && i <= indexEnd) {
             let thisPageDb = pageDb[i];
             state.value.list.push(thisPageDb);
-
-            // if (typeof keyword == 'string' && keyword != '' && keyword != ' ') {
-
-            //     if (typeof thisPageDb.name == 'string' && thisPageDb.name.indexOf(keyword) >= 0) {
-            //         state.value.list.push(thisPageDb);
-            //     }
-
-            // } else {
-            //     state.value.list.push(thisPageDb);
-            // }
             
         }
         
@@ -224,7 +214,6 @@ const pageDbUpdateEvent = () => {
     
 }
 
-
 /**
  * 弹出添加UI
  */