mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-24 04:33:06 +00:00
Merge pull request #2142 from jumpserver/pr@v3@perf_backup_update_typeurl
perf: 更新账号备份类型接口
This commit is contained in:
@@ -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%'
|
||||
|
Reference in New Issue
Block a user