fix querytable默认查询条件的判断
This commit is contained in:
@@ -158,7 +158,7 @@ export default class QueryTable extends Component {
|
||||
onLoadData = async () => {
|
||||
this.onLoading()
|
||||
|
||||
if (isEqual(this.query, {})) {
|
||||
if (isEqual(this.query, {}) && this.props.queryInitialValues) {
|
||||
this.query = this.props.queryInitialValues
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user