gpt4 book ai didi

javascript - 使用 TranstionToRoute 中的 url 将属性传递到 Ember 中的新路由

转载 作者:行者123 更新时间:2023-12-03 07:12:19 25 4
gpt4 key购买 nike

当我使用以下命令从路由 Controller 转换到另一个报告路由时,我需要传递一些属性(tableName 和 currentcpt):

this.transitionToRoute("reports?tableName=RT&currentCpt=117");

但我收到一条错误消息,指出找不到路线。我想知道我在这里做错了什么。

最佳答案

您可以为 transitionToRoute 函数提供模型和选项。看看API of the function from the Ember Guide .

在您的情况下,reports 必须是路由的 URL,而不是路由名称(以/开头)。来自指南:

It is also possible to pass a URL (a string that starts with a /). This is intended for testing and debugging purposes and should rarely be used in production code.

您可以选择指南中所示的其他选项:

this.transitionTo('blogPost', 1, {
queryParams: {showComments: 'true'}
});

关于javascript - 使用 TranstionToRoute 中的 url 将属性传递到 Ember 中的新路由,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36582676/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com