From e22fc5dae5365e9aa40d327f6d74fc09d6ae4625 Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期五, 19 四月 2024 16:02:07 +0800
Subject: [PATCH] 月度统计表的日期入参修改
---
src/views/reportForm/monthboundDetail/index.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/reportForm/monthboundDetail/index.vue b/src/views/reportForm/monthboundDetail/index.vue
index eda1bcf..1d099fe 100644
--- a/src/views/reportForm/monthboundDetail/index.vue
+++ b/src/views/reportForm/monthboundDetail/index.vue
@@ -212,8 +212,8 @@
async getData() {
this.isTableOneLoading = true;
await getmonthStats({
- data:this.monthBoundObject.date,
- keyWord: this.monthBoundObject.keyWord,
+ date:this.monthBoundObject.date,
+ keyword: this.monthBoundObject.keyWord,
page: this.pagerOptions.currPage,
pageSize: this.pagerOptions.pageSize
}).then((res) => {
--
Gitblit v1.8.0