Sfoglia il codice sorgente

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

zhoulisen 5 anni fa
parent
commit
f2a6b7c97f
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2
    0
      src/pages/statistical/consultant/index.jsx

+ 2
- 0
src/pages/statistical/consultant/index.jsx Vedi 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
                 },