mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-student.git
synced 2025-12-21 08:46:49 +08:00
fix:作业上传附件,取消后不能再次上传问题
This commit is contained in:
@@ -79,7 +79,8 @@ function handleChange(file) {
|
||||
}
|
||||
|
||||
function remove(i) {
|
||||
files.value.splice(i, 1)
|
||||
files.value.splice(i, 1);
|
||||
files.value = [];
|
||||
console.log(imageRef)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user