- { isAdmin &&
+
+ { isAdmin &&
{getFieldDecorator('sticky', {
valuePropName: 'checked',
})(
- isAdmin && 置顶
)}
@@ -332,6 +328,11 @@ class BoardsNew extends Component{
}
+
+
{getFieldDecorator('subject', {
rules: [{
required: true, message: '请输入标题',
diff --git a/public/react/src/modules/courses/busyWork/NewWork.js b/public/react/src/modules/courses/busyWork/NewWork.js
index c30832c8f..462bebaa1 100644
--- a/public/react/src/modules/courses/busyWork/NewWork.js
+++ b/public/react/src/modules/courses/busyWork/NewWork.js
@@ -369,7 +369,7 @@ class NewWork extends Component{
*/}
diff --git a/public/react/src/modules/courses/busyWork/commonWork.js b/public/react/src/modules/courses/busyWork/commonWork.js
index 7fbe33a67..8b2a3dced 100644
--- a/public/react/src/modules/courses/busyWork/commonWork.js
+++ b/public/react/src/modules/courses/busyWork/commonWork.js
@@ -128,7 +128,7 @@ class commonWork extends Component{
}
//筛选条件
selectedStatus=(e)=>{
-
+ this.clearSelection()
this.setState({
order:e.key==="all"?"":e.key,
page:1,