diff --git a/public/react/src/modules/courses/coursesPublic/NewShixunModel.js b/public/react/src/modules/courses/coursesPublic/NewShixunModel.js index b5cd13791..b71d2c53f 100644 --- a/public/react/src/modules/courses/coursesPublic/NewShixunModel.js +++ b/public/react/src/modules/courses/coursesPublic/NewShixunModel.js @@ -142,7 +142,7 @@ class NewShixunModel extends Component{ keyword:undefined }) let{page,status,keyword,order,diff,limit}=this.state; - this.getdatalist(page,value,status,keyword,order,diff,limit) + this.getdatalist(page,value,status,undefined,order,diff,limit) } updatedlist=(order)=>{ @@ -180,7 +180,7 @@ class NewShixunModel extends Component{ diff:0, limit:15, }) - this.getdatalist(1,undefined,'all',undefined,'desc',0,15) + this.getdatalist(1,undefined,'all',value,'desc',0,15) } showNotification = (description, message = "提示", icon) => {