Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
D
digitalPerson-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
digitalPerson
digitalPerson-fe
Commits
8bf64b54
Commit
8bf64b54
authored
Oct 12, 2024
by
shirlyn.guo
🤡
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
refactor: 更改函数名
parent
9a444d9b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
used-records.vue
src/views/used-records/used-records.vue
+7
-7
No files found.
src/views/used-records/used-records.vue
View file @
8bf64b54
<
script
setup
lang=
"ts"
>
import
{
onMounted
,
ref
}
from
'vue'
import
{
ref
}
from
'vue'
import
useTableScrollY
from
'@/composables/useTableScrollY'
import
{
PaginationInfo
}
from
'@/components/custom-pagination/custom-pagination.vue'
import
{
UsedRecord
,
UsedRecordsTableColumns
}
from
'@/views/used-records/columns'
...
...
@@ -20,11 +20,11 @@ const pagingInfo = ref<PaginationInfo>({
totalRows
:
0
,
})
onMounted
(()
=>
{
handleG
etUsedRecordsList
()
})
;(
function
()
{
g
etUsedRecordsList
()
})
()
function
handleG
etUsedRecordsList
()
{
function
g
etUsedRecordsList
()
{
usedRecordsTableLoading
.
value
=
true
fetchUsedRecordsList
<
UsedRecord
[]
>
({
...
...
@@ -41,13 +41,13 @@ function handleGetUsedRecordsList() {
function
handleGetUsedRecordsListUpdatePageNo
(
pageNo
:
number
)
{
pagingInfo
.
value
.
pageNo
=
pageNo
handleG
etUsedRecordsList
()
g
etUsedRecordsList
()
}
function
handleGetUsedRecordsListUpdatePageSize
(
pageSize
:
number
)
{
pagingInfo
.
value
.
pageNo
=
1
pagingInfo
.
value
.
pageSize
=
pageSize
handleG
etUsedRecordsList
()
g
etUsedRecordsList
()
}
function
handleToWorkbench
()
{
router
.
replace
({
name
:
'Workbench'
})
...
...
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