mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-29 21:28:52 +00:00
Merge pull request #3028 from jumpserver/pr@dev@perf_asset_detail_value
perf: 优化创建平台时表单的初始值
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user