diff --git a/src/views/Jyh/AI/Home/components/ViewHistoryAside/ViewHistoryAside.vue b/src/views/Jyh/AI/Home/components/ViewHistoryAside/ViewHistoryAside.vue index 2e4fe0f..af29c2e 100644 --- a/src/views/Jyh/AI/Home/components/ViewHistoryAside/ViewHistoryAside.vue +++ b/src/views/Jyh/AI/Home/components/ViewHistoryAside/ViewHistoryAside.vue @@ -403,7 +403,7 @@ const getQuestionHistory = async () => { const {data} = await axios.post(VITE_AI_API_HOST + '/api/conversationList', { "userId": props.username, "list_type": "history", - "is_manage": true, + "is_manage": false, "page": page.value.pageNum, "size": page.value.size, "search": searchText.value @@ -423,7 +423,7 @@ const getQuestionCollection = async () => { const {data} = await axios.post(VITE_AI_API_HOST + '/api/conversationList', { "userId": props.username, "list_type": "collection", - "is_manage": true, + "is_manage": false, "page": page.value.pageNum, "size": page.value.size, "search": searchText.value diff --git a/src/views/Jyh/PersonalCenter/OrganizationManage/OrganizationManage.vue b/src/views/Jyh/PersonalCenter/OrganizationManage/OrganizationManage.vue index 79263a1..c15aa93 100644 --- a/src/views/Jyh/PersonalCenter/OrganizationManage/OrganizationManage.vue +++ b/src/views/Jyh/PersonalCenter/OrganizationManage/OrganizationManage.vue @@ -5,6 +5,31 @@
基础信息
+ + + + + + + + + + + + + + + + + + + + + + +