Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
P
poc-fe
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
poc
poc-fe
Commits
60aa4fb2
Commit
60aa4fb2
authored
Nov 12, 2024
by
nick zheng
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'beta' into 'master'
fix: 知识库页面显示数量不对 See merge request
!69
parents
07b499b7
d50fcdd6
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
associated-knowledge-modal.vue
...nal-app-setting/components/associated-knowledge-modal.vue
+1
-1
document-detail.vue
...ews/personal-space/personal-knowledge/document-detail.vue
+1
-1
personal-knowledge.vue
.../personal-space/personal-knowledge/personal-knowledge.vue
+1
-1
No files found.
src/views/personal-space/personal-app-setting/components/associated-knowledge-modal.vue
View file @
60aa4fb2
...
@@ -101,7 +101,7 @@ async function handleGetKnowledgeList() {
...
@@ -101,7 +101,7 @@ async function handleGetKnowledgeList() {
if
(
res
.
code
===
0
)
{
if
(
res
.
code
===
0
)
{
knowledgeList
.
value
=
res
.
data
knowledgeList
.
value
=
res
.
data
paginationData
.
totalRows
=
res
.
pagingInfo
?.
total
Page
s
||
0
paginationData
.
totalRows
=
res
.
pagingInfo
?.
total
Row
s
||
0
paginationData
.
totalPages
=
res
.
pagingInfo
?.
totalPages
||
0
paginationData
.
totalPages
=
res
.
pagingInfo
?.
totalPages
||
0
isSearchEmptyList
.
value
=
!!
searchKnowledgeInputValue
.
value
&&
paginationData
.
totalRows
===
0
isSearchEmptyList
.
value
=
!!
searchKnowledgeInputValue
.
value
&&
paginationData
.
totalRows
===
0
knowledgeListLoading
.
value
=
false
knowledgeListLoading
.
value
=
false
...
...
src/views/personal-space/personal-knowledge/document-detail.vue
View file @
60aa4fb2
...
@@ -106,7 +106,7 @@ async function handleGetKnowledgeChunkList() {
...
@@ -106,7 +106,7 @@ async function handleGetKnowledgeChunkList() {
if
(
res
.
code
===
0
)
{
if
(
res
.
code
===
0
)
{
totalChunk
.
value
=
res
.
data
.
totalChunk
totalChunk
.
value
=
res
.
data
.
totalChunk
knowledgeChunkList
.
value
=
res
.
data
.
chunkInfos
||
[]
knowledgeChunkList
.
value
=
res
.
data
.
chunkInfos
||
[]
paginationData
.
totalRows
=
res
.
pagingInfo
?.
total
Page
s
||
0
paginationData
.
totalRows
=
res
.
pagingInfo
?.
total
Row
s
||
0
paginationData
.
totalPages
=
res
.
pagingInfo
?.
totalPages
||
0
paginationData
.
totalPages
=
res
.
pagingInfo
?.
totalPages
||
0
knowledgeChunkListLoading
.
value
=
false
knowledgeChunkListLoading
.
value
=
false
isSearchEmptyList
.
value
=
!!
searchKnowledgeChunkValue
.
value
&&
paginationData
.
totalRows
===
0
isSearchEmptyList
.
value
=
!!
searchKnowledgeChunkValue
.
value
&&
paginationData
.
totalRows
===
0
...
...
src/views/personal-space/personal-knowledge/personal-knowledge.vue
View file @
60aa4fb2
...
@@ -48,7 +48,7 @@ async function handleGetKnowledgeList() {
...
@@ -48,7 +48,7 @@ async function handleGetKnowledgeList() {
if
(
res
.
code
===
0
)
{
if
(
res
.
code
===
0
)
{
knowledgeList
.
value
=
res
.
data
knowledgeList
.
value
=
res
.
data
paginationData
.
totalRows
=
res
.
pagingInfo
?.
total
Page
s
||
0
paginationData
.
totalRows
=
res
.
pagingInfo
?.
total
Row
s
||
0
paginationData
.
totalPages
=
res
.
pagingInfo
?.
totalPages
||
0
paginationData
.
totalPages
=
res
.
pagingInfo
?.
totalPages
||
0
knowledgeListTableLoading
.
value
=
false
knowledgeListTableLoading
.
value
=
false
isSearchEmptyList
.
value
=
!!
searchKnowledgeInputValue
.
value
&&
paginationData
.
totalRows
===
0
isSearchEmptyList
.
value
=
!!
searchKnowledgeInputValue
.
value
&&
paginationData
.
totalRows
===
0
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment