修改前台导出报错

master
lwj 2024-08-23 22:40:22 +08:00
parent 62236798c3
commit bfd7cadeb8
1 changed files with 2 additions and 2 deletions

View File

@ -303,8 +303,8 @@ export default {
}, },
handleDelete(row){ handleDelete(row){
deleteSource(row.id).then(res=>{ deleteSource(row.id).then(res=>{
if(res.code===200){ if (res.code===200){
alert("删除成功"); location.reload();
} }
}) })
}, },