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() {