typo(projects): 去除console打印

This commit is contained in:
AN
2025-08-11 09:22:05 +08:00
parent 4e9839bd48
commit 7651816495

View File

@ -48,7 +48,6 @@ function closeDrawer() {
} }
async function handleSubmit() { async function handleSubmit() {
console.log(data.value);
fileList.value.forEach(item => { fileList.value.forEach(item => {
item.status = 'pending'; item.status = 'pending';
}); });