Parcourir la source

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

zhoulisen il y a 5 ans
Parent
révision
f2a6b7c97f
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2
    0
      src/pages/statistical/consultant/index.jsx

+ 2
- 0
src/pages/statistical/consultant/index.jsx Voir le fichier

@@ -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
                 },