更换上传文件引擎
This commit is contained in:
parent
fc382f2da6
commit
f75eef20bc
@ -143,7 +143,7 @@
|
||||
const loading = ref(false);
|
||||
const progress = ref(0);
|
||||
const cropperSuccess = (fileChile: any) => {
|
||||
actionFiles(fileChile);
|
||||
actionFile(fileChile);
|
||||
};
|
||||
|
||||
/**
|
||||
@ -262,7 +262,7 @@
|
||||
};
|
||||
return;
|
||||
}
|
||||
actionFiles(options.file);
|
||||
actionFile(options.file);
|
||||
};
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user