Compare commits

...

2 Commits

Author SHA1 Message Date
cfn@leapy.cn 2a2d05b44f Merge remote-tracking branch 'origin/master'
# Conflicts:
#	src/layout/components/tasks.vue
2025-06-19 21:20:37 +08:00
cfn@leapy.cn 7497e35923 任务删除 2025-06-19 21:19:48 +08:00
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ function download(row) {
document.body.removeChild(a)
}
function remove(val) {
function remove(row) {
}
</script>