材料管理 变更清单
This commit is contained in:
@ -112,6 +112,11 @@ const props = defineProps({
|
||||
type: Function as PropType<(files: any[]) => void>,
|
||||
default: undefined
|
||||
},
|
||||
// 失败回调
|
||||
onUploadError: {
|
||||
type: Function as PropType<(err: any, file: any, fileList: any) => void>,
|
||||
default: undefined
|
||||
},
|
||||
params: {
|
||||
type: Object,
|
||||
default: () => ({})
|
||||
|
Reference in New Issue
Block a user