mirror of
https://github.com/jumpserver/lina.git
synced 2025-07-31 06:42:26 +00:00
fix: 修改表单默认值的设置,gcp 的 attrs 字段中是 child 不是 children
This commit is contained in:
parent
4ed9fb2acc
commit
2fb160b5f7
@ -87,7 +87,9 @@ export default {
|
||||
valueSet = {}
|
||||
}
|
||||
form[k] = valueSet
|
||||
this._cleanFormValue(form[k], v.children)
|
||||
if (v.children) {
|
||||
this._cleanFormValue(form[k], v.children)
|
||||
}
|
||||
}
|
||||
if (v.default === undefined) {
|
||||
continue
|
||||
|
Loading…
Reference in New Issue
Block a user