fix: 修复命令过滤器包含k8s应用

This commit is contained in:
Jiangjie.Bai
2022-03-16 17:51:36 +08:00
committed by Jiangjie.Bai
parent e62e79e929
commit c2b9f0d1dc

View File

@@ -52,7 +52,7 @@ export default {
el: {
value: [],
ajax: {
url: `/api/v1/applications/applications/?category=db`,
url: `/api/v1/applications/applications/?category__in=db,cloud`,
transformOption: (item) => {
return { label: item.name + ' (' + item.type_display + ')', value: item.id }
}