|
|
@@ -135,7 +135,7 @@ const QuestionAnswerInfo: React.FC = () => {
|
|
|
const [isDeepThinkVisible, setIsDeepThinkVisible] = React.useState(false);
|
|
|
const [name, setName] = React.useState('');
|
|
|
const [appTypeList, setAppTypeList] = React.useState<AppTypeList>([]);
|
|
|
- const [appVisibleList, setAppVisibleList] = React.useState<AppTypeList>([]); // 是否公开
|
|
|
+ const [appVisibleList, setAppVisibleList] = React.useState<AppTypeList>([]); // 是否公开
|
|
|
const [updateFlag, setUpdateFlag] = React.useState<boolean>();
|
|
|
const [createFlag, setCreateFlag] = React.useState<boolean>();
|
|
|
const [appProjectList, setAppProjectList] = React.useState<AppTypeList>([]);
|
|
|
@@ -612,7 +612,7 @@ const QuestionAnswerInfo: React.FC = () => {
|
|
|
await onChangePagination(page, pageSize,userName,userNickName,userType);
|
|
|
},
|
|
|
};
|
|
|
-
|
|
|
+
|
|
|
const vipModal = () => {
|
|
|
const columns: TableProps<DataType>['columns'] = [
|
|
|
{
|