Browse Source

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

zhoulisen 5 years ago
parent
commit
f2a6b7c97f
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      src/pages/statistical/consultant/index.jsx

+ 2
- 0
src/pages/statistical/consultant/index.jsx View File

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