|
@@ -147,7 +147,6 @@
|
|
|
this.pIndex = this.pIndex - 10;
|
|
|
this.pSize = this.pSize - 10;
|
|
|
this.taskList2 = taskList2.slice(this.pIndex, this.pSize);
|
|
|
- console.log(this.pIndex+"========"+this.pSize);
|
|
|
},
|
|
|
afterPage(){
|
|
|
if(this.pSize >= taskList2.length){
|
|
@@ -157,7 +156,6 @@
|
|
|
this.pIndex = this.pSize;
|
|
|
this.pSize = this.pSize + 10;
|
|
|
this.taskList2 = taskList2.slice(this.pIndex, this.pSize);
|
|
|
- console.log(this.pIndex+"========"+this.pSize);
|
|
|
},
|
|
|
showfile: function (name,file) {
|
|
|
if(file=='pdf'){
|