fix:文件存储上传多选后删除其中一个出现undefined问题
This commit is contained in:
parent
e309fd6bcb
commit
dc2b61a625
@ -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))
|
||||||
}
|
}
|
||||||
|
|
||||||
// 获取文件名称
|
// 获取文件名称
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user