mirror of
https://github.com/jumpserver/lina.git
synced 2025-08-02 15:36:56 +00:00
fix(assets|users): 修复批量更新上保存并提交 close #469
This commit is contained in:
parent
a0c29563ca
commit
89018a2258
@ -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: {
|
||||
|
Loading…
Reference in New Issue
Block a user