|
@@ -867,6 +867,12 @@ export default {
|
|
|
this.tempPapers.push(Object.assign({}, element));
|
|
|
this.tempPaperIds.push(element.id);
|
|
|
});
|
|
|
+ if (
|
|
|
+ val.length == this.selectPapers.length &&
|
|
|
+ (this.curSelect + 1) * this.pageSize > this.totalSelect
|
|
|
+ ) {
|
|
|
+ this.curSelect = 1;
|
|
|
+ }
|
|
|
this.searchPaper();
|
|
|
},
|
|
|
searchPaper() {
|