Closed this issue 5 years ago · 1 comments
Vue.use(EleForm, { size: 'samll', 'upload-file': { action: `${global.baseURL}/app/fileupload/goAddFile`, isCanDownload: false, multiple: false, withCredentials: true, on: { remove(v) { console.log(v); } } } });
还有,为什么不提供 element upload 组件的一些钩子函数,特别是删除文件,想要调用接口怎么处理,这个钩子函数很重要,希望加上。
问题已修复