update 更多查询条件
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import React, { Component } from 'react'
|
||||
import { Button, Form, List, Pagination, Spin, Tooltip } from 'antd'
|
||||
import { AntIcon } from 'components'
|
||||
import { cloneDeep } from 'lodash'
|
||||
|
||||
const propsMap = ['autoLoad', 'loadData', 'pageIndex', 'pageSize']
|
||||
|
||||
@@ -113,7 +114,7 @@ export default class QueryList extends Component {
|
||||
pageIndex: this.pagination.current,
|
||||
pageSize: this.pagination.pageSize,
|
||||
},
|
||||
this.query
|
||||
cloneDeep(this.query)
|
||||
)
|
||||
|
||||
this.setState(
|
||||
|
||||
Reference in New Issue
Block a user