|
@@ -424,7 +424,12 @@
|
|
|
this.showIndex=index;
|
|
|
},
|
|
|
moreArt(){
|
|
|
- this.$router.push({path:'/lists',query:{id:'focus'}});
|
|
|
+ // this.$router.push({path:'/lists',query:{id:'focus'}});
|
|
|
+ let routeData = this.$router.resolve({
|
|
|
+ path: '/lists',
|
|
|
+ query: { id: 'focus' }
|
|
|
+ })
|
|
|
+ window.open(routeData.href, '_blank')
|
|
|
},
|
|
|
|
|
|
changeLiftColData(columnId){
|