haoxuan
2024-04-19 e22fc5dae5365e9aa40d327f6d74fc09d6ae4625
月度统计表的日期入参修改
1个文件已修改
4 ■■■■ 已修改文件
src/views/reportForm/monthboundDetail/index.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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) => {