修改前台导出报错

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

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