YM
2024-05-31 69af3be6b85c944fecd7807e88c94d0a4e73e286
src/books/childHealth/view/content/index.vue
@@ -184,7 +184,15 @@
        // 删除笔记、高亮、划线
        delSign: (data) => {
          this.delSign(data);
        }
        },
        // 全文检索
        searchBookByKeyword: (keyword) => {
          return this.searchTextByPage(keyword);
        },
        // 跳转检索结果位置
        jumpSearchItem: (data) => {
          this.searchItemLocation(data);
        },
      });
    }