11
This commit is contained in:
@ -160,7 +160,6 @@ const handlerSuccess = (res, file) => {
|
||||
// file.url = `/mosty-base/minio/image/download/` + res.data;
|
||||
file.id = res.data;
|
||||
fileList.value.push(file);
|
||||
console.log(fileList.value,'=========999');
|
||||
let arr = []
|
||||
if(props.isImg){
|
||||
arr = fileList.value.map((el) => el.id)
|
||||
|
||||
Reference in New Issue
Block a user