From 0e4e65ec37c26fb77a608880da5de2e76a30e9a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=98=E6=B0=91=E5=BA=B7?= Date: Fri, 6 Jun 2025 09:37:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=AF=E4=BF=A1=E4=BB=A3=E7=A0=81=E5=BA=93-?= =?UTF-8?q?=E7=BB=84=E7=BB=87=E7=AE=A1=E7=90=86=E4=BC=81=E4=B8=9A=E8=AE=A4?= =?UTF-8?q?=E8=AF=81=E9=A1=B5=E9=9D=A2=E5=BC=80=E5=8F=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ViewHistoryAside/ViewHistoryAside.vue | 4 +- .../OrganizationManage/OrganizationManage.vue | 37 ++ .../OrganizationManage/QyrzModal.vue | 369 ++++++++++++++++++ 3 files changed, 408 insertions(+), 2 deletions(-) create mode 100644 src/views/Jyh/PersonalCenter/OrganizationManage/QyrzModal.vue 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 @@
基础信息
+ + + + + + + + + + + + + + + + + + + + + + +