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