Commit e56c0b14 by 焦子成

1

parent 8fc6d223
...@@ -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)
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment