@@ -19,7 +19,7 @@ function getClassifyList(){
PageSize:1000,
KeyWord:'',
HideDayWeek:props.hideDayWeek,
- Enable:props.enable
+ Enabled:props.enable
}).then(res=>{
if(res.Ret===200){
const arr=res.Data.List||[]