修改提交

This commit is contained in:
ljx
2025-09-08 20:07:09 +08:00
parent 8eac9bce6c
commit 942375b06b
5 changed files with 20 additions and 14 deletions

View File

@ -201,6 +201,8 @@ const uploadedSuccessfully = () => {
fileList.value = fileList.value.filter((f) => f.url !== undefined).concat(uploadList.value);
uploadList.value = [];
number.value = 0;
console.log(fileList.value);
emit('update:modelValue', listToString(fileList.value));
proxy?.$modal.closeLoading();
}