|
|
@@ -362,10 +362,12 @@ export default { |
|
|
searchName(){ |
|
|
searchName(){ |
|
|
if(this.activeName=='first'){ |
|
|
if(this.activeName=='first'){ |
|
|
this.params.name = this.search |
|
|
this.params.name = this.search |
|
|
|
|
|
this.params.page = 1 |
|
|
this.getImageList() |
|
|
this.getImageList() |
|
|
} |
|
|
} |
|
|
if(this.activeName=='second'){ |
|
|
if(this.activeName=='second'){ |
|
|
this.params1.name = this.search |
|
|
this.params1.name = this.search |
|
|
|
|
|
this.params.page = 1 |
|
|
this.getImageList1() |
|
|
this.getImageList1() |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|