src/views/healthcode/healthcode.vue
@@ -137,7 +137,6 @@ } ], } ] }, data: [] @@ -192,6 +191,12 @@ }, onLoad(page, params = {}) { this.loading = true; console.log("status="+this.$route.query.status); params ={ status:this.$route.query.status, type:this.$route.query.type } console.log("params="+params); getList(page.currentPage, page.pageSize, Object.assign(params, this.query)).then(res => { const data = res.data.data; this.page.total = data.total;