傅行帆 5 years ago
parent
commit
2a07b7fe62
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      src/pages/statistical/building/detail.jsx

+ 3
- 0
src/pages/statistical/building/detail.jsx View File

@@ -179,6 +179,9 @@ class buildingDetailStats extends React.Component {
179 179
           搜索
180 180
         </Button>
181 181
         <Button onClick={this.handleReset} style={{ marginBottom: '18px', marginLeft: '30px' }}>重置</Button>
182
+        <Button type="primary" style={{ marginLeft: '30px' }} onClick={() => router.go(-1)}>
183
+                返回
184
+            </Button>
182 185
         </Form>
183 186
         <StatsChartLine title={this.state.buildingName} data={this.state.barData} />
184 187
         <Row>