Merge pull request #3028 from jumpserver/pr@dev@perf_asset_detail_value

perf: 优化创建平台时表单的初始值
This commit is contained in:
老广
2023-04-18 16:03:43 +08:00
committed by GitHub

View File

@@ -113,6 +113,7 @@ export default {
async updateSuMethods(constrains) {
this.suMethodLimits = constrains['su_methods'] || []
this.updateSuMethodOptions()
this.initial.su_method = this.suMethodLimits[0]
},
async setCategories() {
const category = this.$route.query.category