浏览代码

Merge branch 'dev' of http://git.ycjcjy.com/zhiyuxing/estateagents-admin-manager into dev

zhoulisen 5 年前
父节点
当前提交
f2a6b7c97f
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2
    0
      src/pages/statistical/consultant/index.jsx

+ 2
- 0
src/pages/statistical/consultant/index.jsx 查看文件

141
             router.push({
141
             router.push({
142
                 pathname: '/statistical/consultant/table',
142
                 pathname: '/statistical/consultant/table',
143
                 query: {
143
                 query: {
144
+                    startDate: formData.startDate,
145
+                    endDate: formData.endDate,
144
                     buildingId: record.buildingId,
146
                     buildingId: record.buildingId,
145
                     userId: record.userId,
147
                     userId: record.userId,
146
                 },
148
                 },