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%'