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