搜索时清除选中状态

This commit is contained in:
caishi 2020-10-27 16:47:14 +08:00
parent eb8cae5fb3
commit 3591666e5e
1 changed files with 4 additions and 0 deletions

View File

@ -239,6 +239,8 @@ class order extends Component {
this.setState({
search: value,
isSpin: true,
checkedValue:[],
all:undefined
});
const { status_type } = this.state;
@ -259,6 +261,8 @@ class order extends Component {
status_ids: "状态",
done_ratios: "完成度",
paix: "排序",
checkedValue:[],
all:undefined
});
this.state.select_params = {
search: undefined,