-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
upload组件未传递要移除的file对象给Observable<boolean>类型的[nzRemove]回调 #1850
Comments
3 tasks
hsuanxyz
pushed a commit
to hsuanxyz/ng-zorro-antd
that referenced
this issue
Jul 22, 2018
wenqi73
pushed a commit
to wenqi73/ng-zorro-antd
that referenced
this issue
Aug 27, 2018
啥时候能修正呢。。。。 |
hsuanxyz
pushed a commit
to hsuanxyz/ng-zorro-antd
that referenced
this issue
Aug 5, 2020
传值的时候还是传 file 对象,把返回结果设置成 observable 对象就可以了。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
1.1.1
Environment
windows10 , chorme
Reproduction link
https://stackblitz.com/edit/antd-upload-nzremove?file=src%2Fapp%2Fapp.component.ts
Steps to reproduce
打开重现链接,点击upload组件中任一图片的移除按钮
What is expected?
期望在handleRemove方法中能获取到将要移除的file对象,以便发送http请求进行后台数据删除处理,在http返回成功后,才允许将图片从upload的ui上移除。
What is actually happening?
handleRemove无法获取到将要移除的file对象
Other?
The text was updated successfully, but these errors were encountered: