mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-29 21:28:52 +00:00
fix: Platform type was created is wrong
This commit is contained in:
@@ -124,8 +124,8 @@ export default {
|
||||
this.initial.su_method = this.suMethodLimits[0]
|
||||
},
|
||||
async setCategories() {
|
||||
const category = this.$route.query.category
|
||||
const type = this.$route.query.type
|
||||
const category = this.$route.query._category
|
||||
const type = this.$route.query._type
|
||||
const state = await this.$store.dispatch('assets/getAssetCategories')
|
||||
this.fieldsMeta.category_type.el.options = state.assetCategoriesCascader
|
||||
if (category && type) {
|
||||
|
||||
Reference in New Issue
Block a user