From e6915c669b5eb705826459ae108b525698e8a623 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Chuailei000=E2=80=9D?= <2280131253@qq.com> Date: Thu, 3 Nov 2022 16:20:10 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E6=9B=B4=E6=96=B0=E8=B4=A6=E5=8F=B7?= =?UTF-8?q?=E5=A4=87=E4=BB=BD=E7=B1=BB=E5=9E=8B=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../AccountBackupPlan/AccountBackupPlanCreateUpdate.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/accounts/AccountBackupPlan/AccountBackupPlanCreateUpdate.vue b/src/views/accounts/AccountBackupPlan/AccountBackupPlanCreateUpdate.vue index e0fc4f50b..3588ae694 100644 --- a/src/views/accounts/AccountBackupPlan/AccountBackupPlanCreateUpdate.vue +++ b/src/views/accounts/AccountBackupPlan/AccountBackupPlanCreateUpdate.vue @@ -37,14 +37,15 @@ export default { component: 'el-cascader', label: this.$t('xpack.AccountBackupPlan.Types'), remote: { - request: () => vm.$axios.get('/api/v1/assets/platforms/categories/') + request: () => vm.$axios.get('/api/v1/assets/categories/') }, el: { options: [], showAllLevels: false, props: { multiple: true, - emitPath: false + emitPath: false, + children: 'types' }, style: { width: '100%'