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