11
This commit is contained in:
@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user