|
@@ -600,6 +600,13 @@ export default {
|
|
|
if (this.$route.query.id) {
|
|
|
// 需要请求详情接口
|
|
|
this.getdetai();
|
|
|
+ this.filtCardflag = true; // 筛选状态
|
|
|
+ this.filtTable = []; // 筛选卡片
|
|
|
+ this.filtTableShow = []; //分页后的筛选卡片
|
|
|
+ this.filtId = []; // 筛选卡片id数组
|
|
|
+ this.currentPage = 1;
|
|
|
+ this.showCard = false; //卡片放大
|
|
|
+ this.showIndex = null; // 卡片放大索引
|
|
|
}
|
|
|
}
|
|
|
},
|