| @@ -62,7 +62,7 @@ | |||||
| <a class="text-over" style="display:block;" @click="copyUrl(scope.row.place)">{{ scope.row.place }}</a> | <a class="text-over" style="display:block;" @click="copyUrl(scope.row.place)">{{ scope.row.place }}</a> | ||||
| </el-tooltip> | </el-tooltip> | ||||
| <span class="text-over" :title="scope.row.description">{{ scope.row.description | clearP}}</span> | |||||
| <span class="text-over" :title="scope.row.description | clearP">{{ scope.row.description | clearP}}</span> | |||||
| </template> | </template> | ||||
| </el-table-column> | </el-table-column> | ||||
| <el-table-column | <el-table-column | ||||
| @@ -154,7 +154,7 @@ | |||||
| <a class="text-over" style="display:block;" @click="copyUrl(scope.row.place)">{{ scope.row.place }}</a> | <a class="text-over" style="display:block;" @click="copyUrl(scope.row.place)">{{ scope.row.place }}</a> | ||||
| </el-tooltip> | </el-tooltip> | ||||
| <span class="text-over" :title="scope.row.description">{{ scope.row.description | clearP }}</span> | |||||
| <span class="text-over" :title="scope.row.description | clearP">{{ scope.row.description | clearP }}</span> | |||||
| </template> | </template> | ||||
| </el-table-column> | </el-table-column> | ||||
| <el-table-column | <el-table-column | ||||
| @@ -367,7 +367,7 @@ export default { | |||||
| } | } | ||||
| if(this.activeName=='second'){ | if(this.activeName=='second'){ | ||||
| this.params1.name = this.search | this.params1.name = this.search | ||||
| this.params.page = 1 | |||||
| this.params1.page = 1 | |||||
| this.getImageList1() | this.getImageList1() | ||||
| } | } | ||||