vbenjs / vue-vben-admin

A modern vue admin panel built with Vue3, Shadcn UI, Vite, TypeScript, and Monorepo. It's fast!
https://www.vben.pro
MIT License
24.35k stars 6.64k forks source link

Bug: FileUpload组件 上传多个文件,点击删除icon,所有文件都被删了 #4348

Open Deepembrace opened 2 weeks ago

Deepembrace commented 2 weeks ago

Version

Vben Admin V2

Describe the bug?

FormSchema[] = [ { label: '附件', field: 'file', component: 'FileUpload', labelWidth: 80, componentProps: { fileType: 'file', maxCount: 5, removeConfirm: false, }, } ]

Reproduction

![Uploading bug.png…]()

System Info

null

Relevant log output

null

Validations

anncwb commented 2 weeks ago

v2版本这种bug不会去修复了,可以帮忙排查并提PR,解决不了就直接用组件库组件去封装就好,没必要坚持使用封装的组件

Deepembrace commented 1 week ago

v2版本这种bug不会去修复了,可以帮忙排查并提PR,解决不了就直接用组件库组件去封装就好,没必要坚持使用封装的组件

好像在 handlePathChange这个方法里面 emitValue(path)这里有点问题,不知道原因 求解决