From 656a76dae91d42f07a5f159abc33de5c857050e1 Mon Sep 17 00:00:00 2001 From: ibuler Date: Mon, 27 Feb 2023 15:49:21 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E5=B9=B3=E5=8F=B0=E5=85=81=E8=AE=B8?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/assets/const.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/assets/const.js b/src/views/assets/const.js index 9c3ff3b3b..ae174e41e 100644 --- a/src/views/assets/const.js +++ b/src/views/assets/const.js @@ -59,7 +59,7 @@ export const assetFieldsMeta = (vm) => { el: { multiple: false, ajax: { - url: '/api/v1/assets/platforms/', + url: `/api/v1/assets/platforms/?type=${vm.$route.query.platform_type}`, transformOption: (item) => { return { label: item.name, value: item.id } }