作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在实现(没有很好记录的)环回方法 nestRemoting()
如下:
module.exports = function(MyModel) {
MyModel.on('attached', function() {
MyModel.nestRemoting('relationName');
});
}
不过这样看起来很有气质。有时它有效,但大多数时候我得到:
Relation `relationName` does not exist for model `MyModel`
at ....stacktrace....
.....
有谁知道为什么会出现这个错误?
最佳答案
所以,我在发布后不久就找到了解决方案 - 你只能在模型被 attatched
之后执行 nestRemoting
... 而不是 attached
。简单的拼写错误可以解决所有问题。
也许这篇文章会帮助其他人尝试嵌套端点。
关于javascript - 气质 `nestRemoting()`有时找不到关系,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37290964/
我在很多地方通过以下方式设置了 HLSL 效果变量。 extern ID3D10EffectVectorVariable* pColour; pColour = pEffect->GetVariabl
我正在实现(没有很好记录的)环回方法 nestRemoting() 如下: module.exports = function(MyModel) { MyModel.on('attached'
我是一名优秀的程序员,十分优秀!