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.
我在客户服务应用程序中有一个主题树。我们在自助服务门户上的“创建案例”表单上使用它。
我们有第一个字段“主题”和第二个字段“子主题”,在门户上它们都显示相同的内容。
需要先选择子主题,并自动获取父(主题)
非常感谢你!
找到了解决方案:
我跟着这个教程:自定义查找过滤
为了继续,我创建了一个 Web 模板来检索我的主题,然后我使用 $getJSON 来读取 Web 模板结果。