From c2b9f0d1dc32f8fe963f78a979bf0dcefe29584c Mon Sep 17 00:00:00 2001 From: "Jiangjie.Bai" Date: Wed, 16 Mar 2022 17:51:36 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=91=BD=E4=BB=A4?= =?UTF-8?q?=E8=BF=87=E6=BB=A4=E5=99=A8=E5=8C=85=E5=90=ABk8s=E5=BA=94?= =?UTF-8?q?=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/assets/CommandFilter/CommandFilterCreateUpdate.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/assets/CommandFilter/CommandFilterCreateUpdate.vue b/src/views/assets/CommandFilter/CommandFilterCreateUpdate.vue index 0b5dda092..1716905c1 100644 --- a/src/views/assets/CommandFilter/CommandFilterCreateUpdate.vue +++ b/src/views/assets/CommandFilter/CommandFilterCreateUpdate.vue @@ -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 } }