edit
This commit is contained in:
parent
87ba985b5a
commit
8ad3940c15
@ -137,7 +137,7 @@
|
|||||||
|
|
||||||
const loading = ref(false);
|
const loading = ref(false);
|
||||||
//接口上传
|
//接口上传
|
||||||
const handleHttpUploads = async (options) => {
|
const handleHttpUpload = async (options) => {
|
||||||
if (!props.autoUpload) {
|
if (!props.autoUpload) {
|
||||||
emit('upload', options);
|
emit('upload', options);
|
||||||
return;
|
return;
|
||||||
@ -176,7 +176,7 @@
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
//oss上传
|
//oss上传
|
||||||
const handleHttpUpload = async (options: UploadRequestOptions) => {
|
const handleHttpUploads = async (options: UploadRequestOptions) => {
|
||||||
if (!props.autoUpload) {
|
if (!props.autoUpload) {
|
||||||
emit('upload', options);
|
emit('upload', options);
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user