mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-01 15:07:43 +00:00
fix(assets|users): 修复批量更新上保存并提交 close #469
This commit is contained in:
@@ -281,6 +281,7 @@ export default {
|
||||
},
|
||||
formSetting: {
|
||||
url: '/api/v1/assets/assets/',
|
||||
hasSaveContinue: false,
|
||||
initial: {
|
||||
platform: 'Linux',
|
||||
protocols: ['ssh/22']
|
||||
|
@@ -161,6 +161,7 @@ export default {
|
||||
date_expired: getDayFuture(36500, new Date()).toISOString()
|
||||
},
|
||||
fields: ['groups', 'date_expired', 'comment'],
|
||||
hasSaveContinue: false,
|
||||
url: '/api/v1/users/users/',
|
||||
fieldsMeta: {
|
||||
groups: {
|
||||
|
Reference in New Issue
Block a user