diff --git a/src/components/page/classification/DataQuery.vue b/src/components/page/classification/DataQuery.vue index 3f88590..eb21e7a 100644 --- a/src/components/page/classification/DataQuery.vue +++ b/src/components/page/classification/DataQuery.vue @@ -239,6 +239,7 @@ export default { this.page=1 } data.page=this.page + console.log(data, '查询的参数') getAllDate(data).then(res=>{ // console.info(res) if(res.code==200){