haoxuan
2024-04-25 81c27d42bf0e43bea7f3c3dfa75762c2c5ecaca8
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) => {