update 更多查询条件

This commit is contained in:
2021-06-29 21:57:16 +08:00
parent 383f20a654
commit 6e1971f302
12 changed files with 501 additions and 52 deletions

View File

@@ -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(