可信代码库-组织管理企业认证页面开发
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user