mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-29 21:28:52 +00:00
fix: 创建工单-应用类型,去掉默认值 (#1137)
* fix: 修复创建应用授权工单报错问题 * fix: 创建工单-应用类型,去掉默认值 Co-authored-by: “怀磊” <2280131253@qq.com>
This commit is contained in:
@@ -34,8 +34,7 @@ export default {
|
||||
meta: {
|
||||
apply_date_expired: date_expired,
|
||||
apply_date_start: date_start,
|
||||
apply_actions: ['all', 'connect', 'updownload', 'upload_file', 'download_file'],
|
||||
apply_category_type: ['db', 'mysql']
|
||||
apply_actions: ['all', 'connect', 'updownload', 'upload_file', 'download_file']
|
||||
},
|
||||
org_id: '',
|
||||
type: 'apply_application'
|
||||
|
||||
Reference in New Issue
Block a user