fix: Platform type was created is wrong

This commit is contained in:
w940853815
2025-03-05 10:45:57 +08:00
committed by w940853815
parent be5be83dfc
commit 2d56ee7912

View File

@@ -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) {