Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在杂货杂货编辑表单中,有一个取消按钮用于取消此编辑选项,并将转到查看表单。
在编辑表单中,图像选择有图像删除选项。
但是点击删除按钮后,即使点击取消按钮,图像也会被删除。
任何人有任何解决方案来解决这个问题?
提前致谢。
那么当你点击删除后点击取消按钮时,图片还是被删除了?如果是这样,那是因为您已经发送并处理了删除图像的请求。因此,即使您单击取消,图像也已被删除。
解决此问题的一种方法是包含一个保存按钮。在用户单击保存之前,不会发送删除请求。如果用户单击取消,则将他们重定向回视图。