Commit 68369a22 by chenshu

fix:修复

parent 73fb51ec
...@@ -48,7 +48,6 @@ class MoveModal extends React.Component { ...@@ -48,7 +48,6 @@ class MoveModal extends React.Component {
showSearch showSearch
treeNodeFilterProp="title" treeNodeFilterProp="title"
style={{ width: 240 }} style={{ width: 240 }}
dropdownStyle={{ maxHeight: 220 }}
treeData={moveData} treeData={moveData}
placeholder="请选择分类" placeholder="请选择分类"
allowClear allowClear
......
...@@ -177,6 +177,8 @@ class QuestionList extends Component { ...@@ -177,6 +177,8 @@ class QuestionList extends Component {
order: "UPDATED_DESC", // 排序规则 order: "UPDATED_DESC", // 排序规则
questionName: null, // 题目名称 questionName: null, // 题目名称
questionType: null, // 题目类型 questionType: null, // 题目类型
updateDateStart: null,
updateDateEnd: null,
}; };
this.setState({ query: _query }, () => { this.setState({ query: _query }, () => {
this.queryQuestionPageList(); this.queryQuestionPageList();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment