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