Commit c464829b by Sweet Zhang

删除debug

parent 96e1897f
......@@ -214,7 +214,6 @@ const progressFormat = (percentage) => `${currentCount.value}/${totalCount.value
// 2. 核心处理方法
const handleBatchDownloadSelected = async () => {
debugger;
const selectedRows = fileTableList.value;
if (!selectedRows || selectedRows.length === 0) {
ElMessage.warning('没有要下载的材料');
......
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