Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
download-web
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
downloader
download-web
Commits
e56c0b14
Commit
e56c0b14
authored
Sep 03, 2025
by
焦子成
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
8fc6d223
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
+2
-1
src/views/Downloader.vue
+2
-1
No files found.
src/views/Downloader.vue
View file @
e56c0b14
...
@@ -60,7 +60,7 @@
...
@@ -60,7 +60,7 @@
</el-table>
</el-table>
<div
class=
"pagination-container"
>
<div
class=
"pagination-container"
>
<el-pagination
v-model:current-page=
"upQuery.current"
v-model:page-size=
"upQuery.pageSize"
<el-pagination
v-model:current-page=
"upQuery.current"
v-model:page-size=
"upQuery.pageSize"
:page-sizes=
"[10, 20, 50, 100]"
:total=
"upTotal"
layout=
"total, sizes, prev, pager, next, jumper"
:page-sizes=
"[
5,
10, 20, 50, 100]"
:total=
"upTotal"
layout=
"total, sizes, prev, pager, next, jumper"
@
size-change=
"handleUpSizeChange"
@
current-change=
"handleUpCurrentChange"
/>
@
size-change=
"handleUpSizeChange"
@
current-change=
"handleUpCurrentChange"
/>
</div>
</div>
</div>
</div>
...
@@ -566,6 +566,7 @@ const deleteExcelFile = async (fileId) => {
...
@@ -566,6 +566,7 @@ const deleteExcelFile = async (fileId) => {
http.post(config.uploadBatchDelete, { batchId: fileId
}
).then(res => {
http.post(config.uploadBatchDelete, { batchId: fileId
}
).then(res => {
if (res.code === 200) {
if (res.code === 200) {
loadUpTableData()
loadUpTableData()
loadDetailTableData()
}
else {
}
else {
ElMessage.error(res.message)
ElMessage.error(res.message)
}
}
...
...
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