|
@@ -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
|
|
|
*/
|