可信代码库-组织管理企业认证页面开发

This commit is contained in:
付民康
2025-06-06 09:37:55 +08:00
parent 30b1a772a2
commit 0e4e65ec37
3 changed files with 408 additions and 2 deletions

View File

@@ -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