Jelajahi Sumber

初始化卡片

natasha 3 bulan lalu
induk
melakukan
0da0a06719
1 mengubah file dengan 7 tambahan dan 0 penghapusan
  1. 7 0
      src/views/wordcard/cread.vue

+ 7 - 0
src/views/wordcard/cread.vue

@@ -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; // 卡片放大索引
       }
     }
   },