问题标签 [ajax-forms]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
370 浏览

sails.js - SAILS - 如何在收到来自操作的“notFound”错误后使用 ajax-form 关闭模式

所以,我正在使用 Sailsjs - 我正在使用模态表单来确认删除项目。我想要做的是检测双重删除(有人删除了一个项目 - 当它在别人的页面中时 - 第二个人也试图删除它)。我设法做到了——我的行动是返回“notFound”。问题是 - 当从操作中获取“notFound”而不是成功时,如何使模态关闭?

这是我的操作代码的摘录:

这是我使用 ajax-form 组件的模态的摘录: