fix:文件存储上传多选后删除其中一个出现undefined问题

This commit is contained in:
不做码农 2022-07-21 08:36:02 +08:00
parent e309fd6bcb
commit dc2b61a625

View File

@ -196,7 +196,7 @@ function handleUploadSuccess(response, uploadFile) {
// //
function handleDelete(index) { function handleDelete(index) {
fileList.value.splice(index, 1) fileList.value.splice(index, 1)
emit('update:modelValue', listToString(fileList.value)) //emit('update:modelValue', listToString(fileList.value))
} }
// //