mirror of
https://gitee.com/openharmony/applications_notes
synced 2024-11-23 07:30:27 +00:00
commit
093df3bd32
@ -516,6 +516,7 @@ export struct NoteItemListComp {
|
||||
|
||||
doSearch() {
|
||||
if (this.inputKeyword.length == 0) {
|
||||
this.setNoteListLazy()
|
||||
return;
|
||||
};
|
||||
SearchModel.search(NoteUtil.getNoteDataArray(AppStorage.Get('AllNoteArray'), this.selectedFolderData.uuid), this.inputKeyword)
|
||||
|
Loading…
Reference in New Issue
Block a user