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
9b102047
Commit
9b102047
authored
Dec 18, 2024
by
tyyin lan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: 应用&知识库文件等数量更新
parent
db2ebeee
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
equity.vue
src/views/equity/equity.vue
+5
-0
personal-app.vue
src/views/personal-space/personal-app/personal-app.vue
+4
-1
No files found.
src/views/equity/equity.vue
View file @
9b102047
...
...
@@ -20,6 +20,11 @@ const equityInfo = computed(() => {
return
userStore
.
equityInfo
})
/* created */
;(
function
()
{
userStore
.
fetchUpdateEquityInfo
()
})()
function
handlePointRecharge
()
{
currentSelectVersion
.
value
=
null
...
...
src/views/personal-space/personal-app/personal-app.vue
View file @
9b102047
...
...
@@ -4,7 +4,6 @@ import { useI18n } from 'vue-i18n'
import
{
Search
,
MoreOne
,
Star
}
from
'@icon-park/vue-next'
import
{
PaginationInfo
}
from
'@/components/custom-pagination/custom-pagination.vue'
import
{
formatDateTime
}
from
'@/utils/date-formatter'
import
{
fetchApplicationsCollectionStatusChange
,
fetchDeleteApplication
,
...
...
@@ -18,10 +17,12 @@ import { defaultPersonalAppConfigState } from '@/store/modules/personal-app-conf
import
searchEmptyImage
from
'@/assets/images/search-empty.png'
import
applicationEmptyImage
from
'@/assets/images/application-empty.png'
import
{
debounce
}
from
'lodash-es'
import
{
useUserStore
}
from
'@/store/modules/user'
const
{
t
}
=
useI18n
()
const
cardContentWrapRef
=
useTemplateRef
<
HTMLDivElement
>
(
'cardContentWrapRef'
)
const
userStore
=
useUserStore
()
const
selectedPublishStatusValue
=
ref
(
''
)
const
isShowSaleApplicationsConfigurationModal
=
ref
(
false
)
...
...
@@ -144,6 +145,8 @@ function handleDeletePersonalApp(agentId: string) {
window
.
$message
.
success
(
t
(
'common_module.delete_success_message'
))
agentAppList
.
value
.
length
===
1
&&
(
pagingInfo
.
value
.
pageNo
=
pagingInfo
.
value
.
pageNo
-
1
)
getApplicationList
()
userStore
.
fetchUpdateEquityInfo
()
})
})
}
...
...
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