xiangpei
2024-08-12 c7d5a63d9d4c01ddb0466ce304e65c615d609c1b
数据中心分页bug
1个文件已修改
4 ■■■ 已修改文件
src/views/system/data-manage/data-detail/index.vue 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/system/data-manage/data-detail/index.vue
@@ -165,8 +165,6 @@
      let data = videoData.table.filter(item => item.index === this.$route.query.index)[0]
      this.tableHead = data.columns;
      this.cardList = data.card;
      console.log(data, "aaa")
      console.log(this.cardList, "ddd")
    };
    if (this.$route.query.type === '2') {
      let data = carData.table.filter(item => item.index === this.$route.query.index)[0]
@@ -219,7 +217,7 @@
    /** 搜索按钮操作 */
    handleQuery() {
      this.queryParams.pageNum = 1;
      this.getList();
      this.getList(this.$route.query.url);
    },
    /** 重置按钮操作 */
    resetQuery() {