diff --git a/src/pages/ModelAppList/index.jsx b/src/pages/ModelAppList/index.jsx index 6e266ba..4bda92a 100644 --- a/src/pages/ModelAppList/index.jsx +++ b/src/pages/ModelAppList/index.jsx @@ -559,7 +559,7 @@ class ModelAppList$$Page extends React.Component { }, ], }, - category: curCate.value, + category: curCate?.value, description: this.state.currentRecord.description, }); }, 500);