From bc4225b2abc03fa9bcee3c555048f3fddd31c6c3 Mon Sep 17 00:00:00 2001 From: luyisha Date: Fri, 21 Apr 2023 17:16:30 +0800 Subject: [PATCH] ces --- src/components/page/classification/DataQuery.vue | 1 + 1 file changed, 1 insertion(+) 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){