Commit 68369a22 by chenshu

fix:修复

parent 73fb51ec
......@@ -48,7 +48,6 @@ class MoveModal extends React.Component {
showSearch
treeNodeFilterProp="title"
style={{ width: 240 }}
dropdownStyle={{ maxHeight: 220 }}
treeData={moveData}
placeholder="请选择分类"
allowClear
......
......@@ -177,6 +177,8 @@ class QuestionList extends Component {
order: "UPDATED_DESC", // 排序规则
questionName: null, // 题目名称
questionType: null, // 题目类型
updateDateStart: null,
updateDateEnd: null,
};
this.setState({ query: _query }, () => {
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