natasha 1 年之前
父节点
当前提交
471f08cbe9
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/views/corpus/seekPage.vue

+ 1 - 0
src/views/corpus/seekPage.vue

@@ -1060,6 +1060,7 @@ export default {
       this.oldKey = this.keyword.trim();
       this.showResult = true;
       this.scoreAHitNumber = 0;
+      this.selectCurrent = 0;
       let selectBookId = [];
       this.corpus.scope.forEach((item) => {
         selectBookId.push(item[1]);