This commit is contained in:
2025-09-26 17:50:12 +08:00
parent bc4d67e7dd
commit 345021957d

View File

@ -160,7 +160,6 @@ const handlerSuccess = (res, file) => {
// file.url = `/mosty-base/minio/image/download/` + res.data; // file.url = `/mosty-base/minio/image/download/` + res.data;
file.id = res.data; file.id = res.data;
fileList.value.push(file); fileList.value.push(file);
console.log(fileList.value,'=========999');
let arr = [] let arr = []
if(props.isImg){ if(props.isImg){
arr = fileList.value.map((el) => el.id) arr = fileList.value.map((el) => el.id)