龚焕茏
2024-08-21 92b92d9801f45df8e5b56f062e6d459fee4aeac5
src/views/system/data-manage/data-detail/index.vue
@@ -178,11 +178,12 @@
      this.tableHead = data.columns;
      this.cardList = data.card;
    }
    this.getList(this.$route.query.url);
    this.getList();
  },
  methods: {
    /** 查询卡口过车数据一致性列表 */
    getList(url) {
    getList() {
      let url = this.$route.query.url;
      this.loading = true;
      dataCenter(url, this.queryParams).then(response => {
        this.platformList = response.data;
@@ -214,7 +215,7 @@
    /** 搜索按钮操作 */
    handleQuery() {
      this.queryParams.pageNum = 1;
      this.getList(this.$route.query.url);
      this.getList();
    },
    /** 重置按钮操作 */
    resetQuery() {